Difference between revisions of "CSS/On Wings of Song.css"
Jump to navigation
Jump to search
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
body { | body { | ||
− | background: # | + | background: #59597b; |
#mw-page-base, #mw-head-base, .navbox-title { | #mw-page-base, #mw-head-base, .navbox-title { | ||
− | background: # | + | background: #59597b; |
+ | color: #cfd8f2; | ||
+ | & a { color: #9ce; } | ||
+ | & a:hover { color: #fffcd6; } | ||
} | } | ||
#content { | #content { | ||
− | background: # | + | background: #cfd8f2; |
} | } | ||
.toc, .navbox { | .toc, .navbox { | ||
− | background: # | + | background: #fffcd6 !important; |
+ | } | ||
+ | nav a { | ||
+ | color: #68b !important; | ||
} | } | ||
} | } |
Latest revision as of 00:25, 25 January 2025
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; }
}