MediaWiki:Vector.css: Difference between revisions

From Dreamlight Valley Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:


body {
body {
     background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed center center / cover;
     background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed top center / cover;
     font-family: sans-serif;
     font-family: sans-serif;
}
}

Revision as of 16:58, 9 September 2022

/* All CSS here will be loaded for users of the Vector skin */

body {
    background: url("/resources/dreamlightvalley/background.jpg") no-repeat fixed top center / cover;
    font-family: sans-serif;
}