League of Legends Wiki

Want to contribute to this wiki?
Sign up for an account, and get started!
You can even turn off ads in your preferences.

Come join the LoL Wiki community Discord server!

READ MORE

League of Legends Wiki
Advertisement

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/********************/
/* Global Variables */
/*    Dark Mode     */
/********************/

:root {
    --clientblue: var(--theme-body-background-color); 
    
    --gold: #c9aa71;
    --darkgold: #4B3A16;
    --bg-color: #060e1f;
    --theme-color: #092949;
    	--theme-page-background-color--secondary: #092949 !important;
    --secondary-color: #061e36;
    --clientbluetrans: rgba(1, 10, 19, 0.95);
}
Advertisement