MediaWiki:Common.css: Difference between revisions
larger title again; removed hovering title underline |
Merriweather, other tweaks |
||
| 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= | @import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap'); | ||
| Line 88: | Line 88: | ||
.mw-logo-wordmark { | .mw-logo-wordmark { | ||
font-family: ' | font-family: 'Merriweather', serif; | ||
font-weight: 800; | font-weight: 800; | ||
font-size: 1. | font-size: 1.5rem; | ||
color: var(--vw-accent); | color: var(--vw-accent); | ||
} | } | ||
| Line 103: | Line 103: | ||
h1, h2 { | h1, h2 { | ||
font-family: ' | font-family: 'Merriweather', serif !important; | ||
} | } | ||
| Line 130: | Line 130: | ||
} | } | ||
#events-box h2 { border-bottom-color: var(--vw-blue); } | #events-box h2 { border-bottom-color: var(--vw-blue); } | ||
#bulletin-box h2 { border-bottom-color: var(--vw-green); } | #bulletin-box h2 { border-bottom-color: var(--vw-green); } | ||
#feature-box { | #feature-box { | ||