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

From Nitbar
Jump to navigation Jump to search
(Created page with " body { background: #eeccaa; #mw-page-base, #mw-head-base, .navbox-title { background: #c0b8b0; } #content { background: #eadfcd; } .toc, .navbox { ba...")
 
Line 1: Line 1:
  
 
body {
 
body {
   background: #eeccaa;
+
   background: #c0b8b0;
  
 
   #mw-page-base, #mw-head-base, .navbox-title {
 
   #mw-page-base, #mw-head-base, .navbox-title {

Revision as of 13:02, 24 January 2025

body {

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

}