MediaWiki:Citizen.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎All CSS here will be loaded for users of the Citizen skin: .mw-logo .citizen-header__button { background-color: white; }")
 
No edit summary
 
Line 1: Line 1:
/* All CSS here will be loaded for users of the Citizen skin */
/* All CSS here will be loaded for users of the Citizen skin */
.mw-logo .citizen-header__button {
.mw-logo {
     background-color: white;
     background-color: white;
}
}

Latest revision as of 23:19, 6 September 2023

/* All CSS here will be loaded for users of the Citizen skin */
.mw-logo {
    background-color: white;
}