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

From Nitbar
Jump to navigation Jump to search
 
Line 7: Line 7:
 
   }
 
   }
 
   #content {
 
   #content {
     background: #eadfcd;
+
     background: #eee;
 
   }
 
   }
 
   .toc, .navbox {
 
   .toc, .navbox {
     background: #f2f5ff !important;
+
     background: #e6f5ff !important;
 
   }
 
   }
 
}
 
}

Latest revision as of 13:10, 24 January 2025

body {

 background: #c0b8b0;
 #mw-page-base, #mw-head-base, .navbox-title {
   background: #c0b8b0;
 }
 #content {
   background: #eee;
 }
 .toc, .navbox {
   background: #e6f5ff !important;
 }

}