Difference between revisions of "CSS/On Wings of Song.css"

From Nitbar
Jump to navigation Jump to search
Line 1: Line 1:
  
 
body {
 
body {
   background: #c0b8b0;
+
   background: #59597b;
  
 
   #mw-page-base, #mw-head-base, .navbox-title {
 
   #mw-page-base, #mw-head-base, .navbox-title {
     background: #c0b8b0;
+
     background: #59597b;
 
   }
 
   }
 
   #content {
 
   #content {
     background: #eee;
+
     background: #cfd8f2;
 
   }
 
   }
 
   .toc, .navbox {
 
   .toc, .navbox {
     background: #e6f5ff !important;
+
     background: #fffce6 !important;
 
   }
 
   }
 
}
 
}

Revision as of 19:39, 24 January 2025

body {

 background: #59597b;
 #mw-page-base, #mw-head-base, .navbox-title {
   background: #59597b;
 }
 #content {
   background: #cfd8f2;
 }
 .toc, .navbox {
   background: #fffce6 !important;
 }

}