Difference between revisions of "User:Thisrhythm/common.css"
Jump to navigation
Jump to search
Thisrhythm (talk | contribs) |
Thisrhythm (talk | contribs) |
||
Line 21: | Line 21: | ||
} | } | ||
th, tr, td | table, th, tr, td, #toc | ||
{ | { | ||
background-color: # | background-color: #222; | ||
color: #CCC; | color: #CCC; | ||
} | } |
Revision as of 06:34, 21 October 2017
body { background-color: #1D1D1D; color: #DDD; } #mw-head { background-color: #1D1D1D; } .mw-body { background-color: #131313; color: #DDD; } li, a, h1, h2, h3 { color: #DDD; } table, th, tr, td, #toc { background-color: #222; color: #CCC; }