CSS/On Wings of Song.css

From Nitbar
Revision as of 00:25, 25 January 2025 by Eb (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

body {

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

}