Difference between revisions of "User:Sir Trollface/common.css"

From Baka-Tsuki
Jump to navigation Jump to search
(Created page with "body{ background-color: black; font-color: white; } content{ background-color: black; font-color: white; }")
 
Tag: Replaced
 
(170 intermediate revisions by the same user not shown)
Line 1: Line 1:
  +
/* CSS placed here will affect users of the Vector skin */
body{
 
background-color: black;
 
font-color: white;
 
}
 
 
content{
 
background-color: black;
 
font-color: white;
 
}
 

Latest revision as of 10:59, 9 October 2024

/* CSS placed here will affect users of the Vector skin */