MediaWiki:Common.css: Difference between revisions

From Astrill Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
#content h2 {
#content h2 {
Line 5: Line 6:
#toctitle h2 {
#toctitle h2 {
border-bottom: 1px solid #AAAAAA !important;
border-bottom: 1px solid #AAAAAA !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
}
}

Revision as of 20:47, 8 May 2018

@import url('https://fonts.googleapis.com/css?family=Roboto');
/* CSS placed here will be applied to all skins */
#content h2 {
border-bottom: 3px solid #AAAAAA !important;
}
#toctitle h2 {
border-bottom: 1px solid #AAAAAA !important;
}
body{
    font-family: 'Roboto', sans-serif !important;
}