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