MediaWiki:Vector.css: Difference between revisions

From Noisebridge
Jump to navigation Jump to search
(Created page with "→‎All CSS here will be loaded for users of the Vector skin: // vector-2022 specific (but files are shared between vector and vector-2022 skins) .mw-content-container { background-color: hsl(0 0 100% / 94%); }")
 
m (revert content container alpha)
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Vector skin */
/* All CSS here will be loaded for users of the Vector skin */
// vector-2022 specific (but files are shared between vector and vector-2022 skins)
// vector-2022 specific (but files are shared between vector and vector-2022 skins)
.mw-content-container {
// .mw-content-container { background-color: hsl(0 0 100% / 94%); }
    background-color: hsl(0 0 100% / 94%);
}

Latest revision as of 15:47, 9 May 2024

/* All CSS here will be loaded for users of the Vector skin */
// vector-2022 specific (but files are shared between vector and vector-2022 skins)
// .mw-content-container { background-color: hsl(0 0 100% / 94%); }