More actions
GamingTwist (talk | contribs) No edit summary |
GamingTwist (talk | contribs) No edit summary |
||
Line 10: | Line 10: | ||
} | } | ||
.mw-body .mw-footer { | .mw-body, .mw-footer { | ||
background-color: rgba(255, 255, 255, 0.61); | background-color: rgba(255, 255, 255, 0.61); | ||
backdrop-filter: blur(5px); | backdrop-filter: blur(5px); | ||
} | } |
Revision as of 02:48, 17 September 2024
/* All CSS here will be loaded for users of the Vector skin */ body { background-image: url('resources/assets/2024-09-16_23.49.42.png'); background-repeat: no-repeat; background-attachment: fixed; background-position: center; } .vector-legacy-sidebar { background-color: #fff; } .mw-body, .mw-footer { background-color: rgba(255, 255, 255, 0.61); backdrop-filter: blur(5px); }