User:Killer9000/common.css: Difference between revisions

From wowdev
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
   color: #eee;
   color: #eee;
   background: #121212;
   background: #121212;
}
body a {
  color: #809fff;
}
}



Revision as of 16:27, 9 May 2022

/* dark-theme */

body {
  color: #eee;
  background: #121212;
}
body a {
  color: #809fff;
}

#mw-content {
  background: #121212;
}