Difference between revisions of "User:Rux616/common.css"

(Created page with "body { background-image: none; background-color: black; }")
 
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
body {
body {
   background-image: none;
   background-image: none;
   background-color: black;
   background-color: white;
}
}

Latest revision as of 01:08, 31 May 2022

body {
  background-image: none;
  background-color: white;
}