MediaWiki:Common.css: Difference between revisions

mNo edit summary
m (lighter underlines in headings)
Line 3: Line 3:
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Rubik:400,700&display=swap&subset=latin-ext');


.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
h1, h2, h3, h4, h5, h6
{
    border-bottom: 1px solid #d5d5d5;
}
 
.mw-body h1, .mw-body-content h1, .mw-body-content h2
{
     font-family: 'Rubik';
     font-family: 'Rubik';
     font-weight: bold;
     font-weight: bold;
Line 28: Line 34:
}
}


.diff-addedline {
.diff-addedline
{
     border-color: #a3d3ff;
     border-color: #a3d3ff;
}
}
.diff-addedline, .diff-deletedline, .diff-context {
 
.diff-addedline, .diff-deletedline, .diff-context
{
     font-size: 88%;
     font-size: 88%;
     line-height: 1.6;
     line-height: 1.6;
Line 41: Line 50:
     border-radius: 0.33em;
     border-radius: 0.33em;
}
}


.highlight
.highlight