MediaWiki:Common.css: Difference between revisions

From Chew Inclusive Terminology Glossary
No edit summary
No edit summary
Line 2: Line 2:
* {
* {
     font-family: "Segoe UI";
     font-family: "Segoe UI";
}
h2 {
    border-bottom: none;
}
}

Revision as of 13:10, 20 October 2023

/* CSS placed here will be applied to all skins */
* {
    font-family: "Segoe UI";
}

h2 {
    border-bottom: none;
}