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