Sarna News: Bad 'Mechs - Icestorm

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

(Created page with "color-scheme: dark;")
 
Line 1: Line 1:
color-scheme: dark;
+
body {
 +
  padding: 25px;
 +
  background-color: white;
 +
  color: black;
 +
  font-size: 25px;
 +
}
 +
 
 +
.dark-mode {
 +
  background-color: black;
 +
  color: white;
 +
}

Revision as of 16:07, 16 August 2023

body {
  padding: 25px;
  background-color: white;
  color: black;
  font-size: 25px;
}

.dark-mode {
  background-color: black;
  color: white;
}