Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
Testing force unset background image using !important
Tag: Reverted
m Change --color-progressive on dark style
Tag: Reverted
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


/* Weights can be grabbed if necessary */
/*DARK MODE LINK COLOR*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans');
.skin-citizen-dark {
@import url('https://fonts.googleapis.com/css2?family=Montserrat');
    --color-progressive: #5c77b1;
}
 
/* Ensure links inside .skin-citizen-dark use the variable */
.skin-citizen-dark a {
    color: var(--color-progressive);
}
/*DARK MODE LINK COLOR*/


/*BEGIN GRID FORMATTING*/
/*BEGIN GRID FORMATTING*/