Difference between revisions of "User:Certified nqh/common.css"

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 1: Line 1:
:not(#p-logo) {
+
:not(#mw-wiki-logo) {
 
  background-color: black;
 
  background-color: black;
 
  color: white;
 
  color: white;

Revision as of 15:13, 12 October 2023

:not(#mw-wiki-logo) {
 background-color: black;
 color: white;
}

body {
 background-color: black;
 color: white;
}

#mw-head {
 background-color: black;
 color: white;
}

#mw-wiki-logo {
 filter: invert(100%);
}

a {
 color: #FFF;
}

a:visited {
 color: #CCC;
}

a:hover {
 color: #F00;
}

a:active {
 background-color: white;
 color: #000;
}