Difference between revisions of "MediaWiki:Common.css"

From FHM Wiki
Jump to navigation Jump to search
(Created page with "→‎CSS placed here will be applied to all skins: body { background-color: rgba(255, 181, 191, 0.2); }")
 
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


body {
body {
     background-color: rgba(255, 181, 191, 0.2);
     background-color: rgba(255, 181, 191, 0.2);
}
}

Revision as of 10:47, 13 September 2021

/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

body {
    background-color: rgba(255, 181, 191, 0.2);
}