User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
body {
body {
   color: #eee;
   color: #eee;
  background: #121212;
}
#mw-content {
   background: #121212;
   background: #121212;
}
}

Revision as of 16:27, 9 May 2022

/* dark-theme */

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

#mw-content {
  background: #121212;
}