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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 26: Line 26:
  
 
a:active {
 
a:active {
 +
background-color: white;
 +
color: #000;
 +
}
 +
 +
li {
 +
color: #FFF;
 +
}
 +
 +
li:visited {
 +
color: #CCC;
 +
}
 +
 +
li:hover {
 +
color: #F00;
 +
}
 +
 +
li:active {
 
  background-color: white;
 
  background-color: white;
 
  color: #000;
 
  color: #000;
 
}
 
}

Revision as of 15:06, 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: #F00;
}

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

li {
 color: #FFF;
}

li:visited {
 color: #CCC;
}

li:hover {
 color: #F00;
}

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