User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
(Created page with "→‎dark-theme: body { color: #eee; background: #121212; } body a { color: #809fff; }")
 
No edit summary
Line 4: Line 4:
   color: #eee;
   color: #eee;
   background: #121212;
   background: #121212;
}
body a {
  color: #809fff;
}
}

Revision as of 16:26, 9 May 2022

/* dark-theme */

body {
  color: #eee;
  background: #121212;
}