Jump to content

MediaWiki:Common.css: Difference between revisions

No edit summary
No edit summary
Line 3: Line 3:


/* Changes the font-family style of all content */
/* Changes the font-family style of all content */
body #content h1, #content h2, #content h3, #content h4, #content h5 {
#content body #content h1, #content h2, #content h3, #content h4, #content h5 {
font-family: 'Rubik', sans-serif !important;
font-family: 'Rubik', sans-serif !important;
}
}
body {
#content body {
background-color: #dfdbc3 !important;
background-color: #dfdbc3 !important;
}
}