MediaWiki:Common.css: Difference between revisions
AlphSpirit (talk | contribs) No edit summary |
AlphSpirit (talk | contribs) No edit summary |
||
| Line 31: | Line 31: | ||
} | } | ||
#content h1, | #content h1, | ||
#content h2 { | #content h2, | ||
#content h3 { | |||
font-family: Unibody; | font-family: Unibody; | ||
color: var(--color-dark-green); | color: var(--color-dark-green); | ||
| Line 40: | Line 41: | ||
#content h2 { | #content h2 { | ||
font-size: 32px; | font-size: 32px; | ||
} | |||
#content h3 { | |||
font-size: 16px; | |||
} | } | ||
#mw-page-base { | #mw-page-base { | ||