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

Explain xkcd: It's 'cause you're dumb.
Jump to: navigation, search
Line 2: Line 2:
 
  background-color:black;
 
  background-color:black;
 
  color:white;
 
  color:white;
  filter:invert(100%);
+
  filter:invert(50%);
 
}
 
}

Revision as of 14:54, 12 October 2023

body {
 background-color:black;
 color:white;
 filter:invert(50%);
}