MediaWiki:Darkvector.css: Difference between revisions

From The Paths to Airalar
Jump to navigation Jump to search
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 9: Line 9:
     position: relative;
     position: relative;
     line-height: 1.6;
     line-height: 1.6;
     font-size: 0.8750em;
     font-size: 1em;
}
}

Revision as of 01:08, 1 March 2024

/* CSS placed here will affect users of the DarkVector skin */
@media screen and (min-width: 982px)
html {
    font-size: 1em;
}

@media screen and (min-width: 982px)
.mw-body-content {
    position: relative;
    line-height: 1.6;
    font-size: 1em;
}