MediaWiki:Common.css: Difference between revisions
MediaWiki interface page
More actions
No edit summary |
No edit summary |
||
| Line 2,030: | Line 2,030: | ||
border-bottom: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d)); | border-bottom: 1px solid var(--wiz-class-accent, var(--wiz-content-border, #ff942d)); | ||
color: var(--wiz-heading, #e7e1d4); | color: var(--wiz-heading, #e7e1d4); | ||
font-family: | font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif; | ||
font-size: | font-size: 22px; | ||
font-weight: | font-weight: 700; | ||
line-height: 1. | line-height: 1.25; | ||
text-align: left; | text-align: left; | ||
} | } | ||
| Line 2,065: | Line 2,065: | ||
margin: 0; | margin: 0; | ||
color: var(--wiz-text, #d2d2d2); | color: var(--wiz-text, #d2d2d2); | ||
font-family: | font-family: Roboto, Roboto-fallback, system-ui, -apple-system, sans-serif; | ||
font-size: 14px; | font-size: 14px; | ||
font-style: | font-style: normal; | ||
line-height: 1. | font-weight: 400; | ||
line-height: 1.5; | |||
} | } | ||