1,131
edits
No edit summary |
No edit summary |
||
| Line 36: | Line 36: | ||
--body-border: #596e96; | --body-border: #596e96; | ||
--body-background-color: #071022; | --body-background-color: #071022; | ||
--button-background: # | --button-background: #222e45; | ||
--button-color: #fff; | --button-color: #fff; | ||
--button-border: # | --button-border: #222e45; | ||
--button-dark: #18140c; | --button-dark: #18140c; | ||
--button-light: #3a301d; | --button-light: #3a301d; | ||
| Line 44: | Line 44: | ||
--sidebar-text-color: #444444; | --sidebar-text-color: #444444; | ||
--sidebar-link-color: #442b18; | --sidebar-link-color: #442b18; | ||
--background-text-color: # | --background-text-color: #cbd9f4; | ||
--background-link-color: # | --background-link-color: #8cabe6; | ||
--search-box: #efeee6; | --search-box: #efeee6; | ||
--link-color: #8cabe6; | --link-color: #8cabe6; | ||
| Line 781: | Line 781: | ||
body.wgl-darkmode { | body.wgl-darkmode { | ||
--wikitable-bg-lighter: #e9e3d6; | --wikitable-bg-lighter: #e9e3d6; | ||
--table-na-background: rgba( | --table-na-background: rgba(0, 0, 0, 0.2); | ||
--table-na-color: | --table-na-color: #596e96; | ||
--table-yes-background: rgba(0, 255, 0, 0.3); | --table-yes-background: rgba(0, 255, 0, 0.3); | ||
--table-yes-color: | --table-yes-color: #9f9; | ||
--table-no-background: rgba(255, 0, 0, 0.3); | --table-no-background: rgba(255, 0, 0, 0.3); | ||
--table-no-color: red; | --table-no-color: red; | ||