Template:GuidePage/Stylez.css: Difference between revisions
No edit summary |
No edit summary |
||
| (11 intermediate revisions by 2 users not shown) | |||
| Line 37: | Line 37: | ||
margin: auto; | margin: auto; | ||
max-width: 48rem; | max-width: 48rem; | ||
outline: 1px solid color-mix(in srgb, var(--colour-theme-900), transparent 90%); | |||
border-top: 8px solid var(--colour-theme-600); | |||
font-family: var(--font-text); | font-family: var(--font-text); | ||
} | } | ||
.guide-header { | .guide-header { | ||
color: var(--colour-grey-900); | color: var(--colour-grey-900); | ||
font-family: var(--font-text); | font-family: var(--font-text); | ||
| Line 58: | Line 53: | ||
font-weight: 1000; | font-weight: 1000; | ||
font-size: 3.5rem; | font-size: clamp(2rem, 6vw, 3.5rem); | ||
line-height: 1.25; | line-height: 1.25; | ||
margin-top: .5rem; | margin-top: .5rem; | ||
| Line 84: | Line 79: | ||
.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; | |||
} | } | ||