Difference between revisions of "CSS/On Wings of Song.css"
Jump to navigation
Jump to search
| Line 7: | Line 7: | ||
} | } | ||
#content { | #content { | ||
| − | background: # | + | background: #eee; |
} | } | ||
.toc, .navbox { | .toc, .navbox { | ||
| − | background: # | + | background: #e6f5ff !important; |
} | } | ||
} | } | ||
Revision as of 13:10, 24 January 2025
body {
background: #c0b8b0;
#mw-page-base, #mw-head-base, .navbox-title {
background: #c0b8b0;
}
#content {
background: #eee;
}
.toc, .navbox {
background: #e6f5ff !important;
}
}