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

(New Page: body { background-color: gray ; } #content { background-color: black ; })
 
Line 1: Line 1:
 
body {
 
body {
   background-color: gray ;
+
   background-color: #243145;
 
}
 
}
  
 
#content {
 
#content {
   background-color: black ;
+
   background-color: #243145;
 +
}
 +
 
 +
html
 +
{
 +
  color: white;
 
}
 
}

Revision as of 06:03, 7 June 2021

body {
  background-color: #243145;
}

#content {
  background-color: #243145;
}

html
{
  color: white;
}