Difference between revisions of "User:HolySpacePapa/vector.css"
Jump to navigation
Jump to search
(Created page with "body{ background-color: #444; } .mw-body{ background-color: #272527; color: #f00; }") |
|||
Line 1: | Line 1: | ||
body{ | body{ | ||
background-color: #444; | background-color: #444; | ||
} | } | ||
.mw-body{ | .mw-body{ | ||
background-color: #272527; | background-color: #272527; | ||
color: # | color: #f1f1f1; | ||
} | |||
div.infobox-n{ | |||
background: #333; | |||
} | |||
a{ | |||
text-decoration: none; | |||
color: #5695fd; | |||
background: none; | |||
} | } |
Revision as of 19:15, 10 December 2023
body{ background-color: #444; } .mw-body{ background-color: #272527; color: #f1f1f1; } div.infobox-n{ background: #333; } a{ text-decoration: none; color: #5695fd; background: none; }