Jump to content

MediaWiki:Vector-2022.css: Difference between revisions

From Fractured Reality
Created page with "html.skin-vector.skin-vector-2022 { color-scheme: dark; background-color: #121212 !important; } body { background-color: #121212 !important; color: #e0e0e0 !important; }"
 
No edit summary
Line 7: Line 7:
     background-color: #121212 !important;
     background-color: #121212 !important;
     color: #e0e0e0 !important;
     color: #e0e0e0 !important;
}
body {
    background: url("/fractured/images/f/f0/01_OBLVN_Light_Table_UI_13_1280.jpg") no-repeat fixed center !important;
    background-size: cover !important;
}
}

Revision as of 06:41, 10 September 2026

html.skin-vector.skin-vector-2022 {
    color-scheme: dark;
    background-color: #121212 !important;
}

body {
    background-color: #121212 !important;
    color: #e0e0e0 !important;
}

body {
    background: url("/fractured/images/f/f0/01_OBLVN_Light_Table_UI_13_1280.jpg") no-repeat fixed center !important;
    background-size: cover !important;
}