Difference between revisions of "User:Thisrhythm/common.css"
Jump to navigation
Jump to search
Thisrhythm (talk | contribs) |
Thisrhythm (talk | contribs) |
||
Line 2: | Line 2: | ||
{ | { | ||
background-color: #1D1D1D; | background-color: #1D1D1D; | ||
color: # | color: #DDD; | ||
} | } | ||
Line 13: | Line 13: | ||
{ | { | ||
background-color: #131313; | background-color: #131313; | ||
color: # | color: #DDD; | ||
} | } | ||
li, a, h1, h2, h3 | li, a, h1, h2, h3 | ||
{ | { | ||
color: # | color: #DDD; | ||
} | |||
th | |||
{ | |||
background-color: #363636 | |||
color: #CCC; | |||
} | } |
Revision as of 06:23, 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; } th { background-color: #363636 color: #CCC; }