Template:GuidePage/Stylez.css: Difference between revisions
No edit summary Tag: Reverted |
No edit summary |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 83: | Line 83: | ||
.guide-main { | .guide-main { | ||
font-family: | font-family: var(--font-text); | ||
color: var(--colour-grey-900); | color: var(--colour-grey-900); | ||
} | |||
.guide-main .mw-heading { | |||
border-bottom: none 0 transparent; | |||
} | } | ||
.guide-main h2 { | .guide-main h2 { | ||
font-family: | font-family: var(--font-text); | ||
border: none; | border: none; | ||
font-weight: 800; | |||
} | } | ||
| Line 102: | Line 107: | ||
text-wrap: balance; | text-wrap: balance; | ||
} | } | ||