|
|
Line 1: |
Line 1: |
| :root {
| |
| --lw_navigatorBackground: #24251B;
| |
| --lw_contentBackground: #0D0E09;
| |
| --lw_fontColor: #DCDFC4
| |
| }
| |
|
| |
|
| body {
| |
| color: var(--lw_fontColor);
| |
| }
| |
|
| |
| #mw-content {
| |
| background: var(--lw_contentBackground);
| |
| border: none;
| |
| }
| |
|
| |
| #site-navigation.sidebar-chunk {
| |
| background: var(--lw_contentBackground);
| |
| }
| |
|
| |
| /*################################# Sidebar #################################*/
| |
| #mw-content-block {
| |
| background: var(--lw_navigatorBackground);
| |
| }
| |
|
| |
| /*################################# Footer ##################################*/
| |
| .mw-footer-container {
| |
| background: var(--lw_navigatorBackground);
| |
| }
| |