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

From Nitbar
Jump to navigation Jump to search
Line 14: Line 14:
 
   .toc, .navbox {
 
   .toc, .navbox {
 
     background: #fffce6 !important;
 
     background: #fffce6 !important;
 +
  }
 +
  nav a {
 +
    color: #68b !important;
 
   }
 
   }
 
}
 
}

Revision as of 20:20, 24 January 2025

body {

 background: #59597b;
 #mw-page-base, #mw-head-base, .navbox-title {
   background: #59597b;
   color: #cfd8f2;
   & a { color: #9ce; }
   & a:hover { color: #fffce6; }
 }
 #content {
   background: #cfd8f2;
 }
 .toc, .navbox {
   background: #fffce6 !important;
 }
 nav a {
   color: #68b !important;
 }

}