Difference between revisions of "CSS/On Wings of Song.css"
Jump to navigation
Jump to search
| 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; |
} | } | ||
#content { | #content { | ||
| − | background: # | + | background: #cfd8f2; |
} | } | ||
.toc, .navbox { | .toc, .navbox { | ||
| − | background: # | + | background: #fffce6 !important; |
} | } | ||
} | } | ||
Revision as of 19:39, 24 January 2025
body {
background: #59597b;
#mw-page-base, #mw-head-base, .navbox-title {
background: #59597b;
}
#content {
background: #cfd8f2;
}
.toc, .navbox {
background: #fffce6 !important;
}
}