Difference between revisions of "User:Certified nqh/common.css"
| Line 1: | Line 1: | ||
body { | body { | ||
background-color: #000; | background-color: #000; | ||
| + | color: #FFF; | ||
font-family: Courier; | font-family: Courier; | ||
} | } | ||
| Line 6: | Line 7: | ||
a { | a { | ||
background-color: #000; | background-color: #000; | ||
| − | + | color: #FFF; | |
} | } | ||
Revision as of 14:41, 12 October 2023
body {
background-color: #000;
color: #FFF;
font-family: Courier;
}
a {
background-color: #000;
color: #FFF;
}
