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

From Final Fantasy XIV Online Wiki
Jump to navigation Jump to search
(Created page with "{ background-color: black; color: white; }")
 
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
{
 
            background-color: black;
body {
            color: white;
  background-color: Canvas;
        }
  color: CanvasText;
  color-scheme: white;
}

Latest revision as of 11:24, 17 December 2024


body {
  background-color: Canvas;
  color: CanvasText;
  color-scheme: white;
}