Difference between revisions of "User:BeepBolop/common.css"
Jump to navigation
Jump to search
(Created page with "body, #content { background-color: #232323; color: white !important; } h1, h2, h3, h4 { color: white !important; } a { color: white !important; } a:visited { color:...") |
|||
Line 1: | Line 1: | ||
body, #content { | body, #content, #toc, .infobox-n { | ||
background-color: #232323; | background-color: #232323; | ||
color: white !important; | color: white !important; | ||
Line 11: | Line 11: | ||
a:visited { | a:visited { | ||
color: lightblue !important | color: lightblue !important | ||
} | |||
.table.item > tbody > tr:nth-child(odd) { | |||
background-color: #404040 !important; | |||
} | |||
.rarity { | |||
background-color: white; | |||
} | |||
.toctogglelabel { | |||
color: lightblue !important; | |||
} | |||
.mw-content-ltr .tocnumber { | |||
color: gray; | |||
} | } |
Revision as of 01:58, 22 September 2021
body, #content, #toc, .infobox-n { background-color: #232323; color: white !important; } h1, h2, h3, h4 { color: white !important; } a { color: white !important; } a:visited { color: lightblue !important } .table.item > tbody > tr:nth-child(odd) { background-color: #404040 !important; } .rarity { background-color: white; } .toctogglelabel { color: lightblue !important; } .mw-content-ltr .tocnumber { color: gray; }