Difference between revisions of "User:Certified nqh/common.css"
| Line 26: | Line 26: | ||
a:active { | a:active { | ||
| − | color: # | + | color: #F00; |
} | } | ||
Revision as of 15:05, 12 October 2023
body {
background-color:black;
color:white;
}
#mw-head {
background-color:black;
color:white;
}
#p-logo {
filter: invert(100%);
}
a {
color: #FFF;
}
a:visited {
color: #CCC;
}
a:hover {
color: #F88;
}
a:active {
color: #F00;
}
