MediaWiki:Common.css: Difference between revisions

m
Fixed.
(Trying Lora.)
m (Fixed.)
 
(One intermediate revision by the same user not shown)
Line 15: Line 15:


/* Bring the text to 14px */
/* Bring the text to 14px */
#mw-content-text {
#mw-content-text b {
font-size: 1.2em;
font-weight: 600;
}
}


/* Tweaks to links */
/* Tweaks to links */
#bodyContent a {
#bodyContent a {
font-weight: 500;
font-weight: 600;
}
}