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

From the Fallout4 CreationKit Wiki
Jump to navigation Jump to search
(Created page with "body { background-image: none; background-color: black; }")
 
Line 1: Line 1:
body {
body {
   background-image: none;
   background-image: none;
   background-color: black;
   background-color: none;
}
}

Revision as of 01:08, 31 May 2022

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