MediaWiki:Vector.css: Difference between revisions

From Office of Queer Affairs
No edit summary
No edit summary
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 */
body {
    background-color: var(--background-color-base);
    transition: background-color 2s linear;
    font-family: Literata;
}

Revision as of 10:03, 30 September 2024

/* All CSS here will be loaded for users of the Vector skin */
body {
    background-color: var(--background-color-base);
    transition: background-color 2s linear;
    font-family: Literata;
}