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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 20: Line 20:
  
 
a {
 
a {
  color: #FFF;
+
  color: white;
 
}
 
}
  
Line 33: Line 33:
 
a:active {
 
a:active {
 
  background-color: white;
 
  background-color: white;
  color: #000;
+
  color: black;
 +
}
 +
 
 +
textarea {
 +
background-color: black;
 +
color: white;
 
}
 
}

Revision as of 15:19, 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 {
 background-color: white !important;
 filter: invert(100%);
}

a {
 color: white;
}

a:visited {
 color: #CCC;
}

a:hover {
 color: #F00;
}

a:active {
 background-color: white;
 color: black;
}

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