MediaWiki:Darkvector.css: Difference between revisions

From The Paths to Airalar
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will affect users of the DarkVector skin: .mw-body-content { position: relative; line-height: 1.6; font-size: calc(1em* 0.875); }")
 
No edit summary
Line 3: Line 3:
     position: relative;
     position: relative;
     line-height: 1.6;
     line-height: 1.6;
     font-size: calc(1em* 0.875);
     font-size: 1em;
}
}

Revision as of 00:50, 1 March 2024

/* CSS placed here will affect users of the DarkVector skin */
.mw-body-content {
    position: relative;
    line-height: 1.6;
    font-size: 1em;
}