Template:Spec.css: Difference between revisions
I’m sure there’s a better way to do this. Tag: Reverted |
Tag: Undo |
||
| (8 intermediate revisions by 2 users not shown) | |||
| Line 8: | Line 8: | ||
#firstHeading { | #firstHeading { | ||
font-weight: | font-weight: 800; | ||
font-size: 2.5rem; | font-size: 2.5rem; | ||
font-family: 'Besley', serif !important; | font-family: 'Besley', serif !important; | ||
| Line 25: | Line 25: | ||
&::after { | &::after { | ||
font-weight: | font-weight: 500; | ||
color: var(--colour-grey-400); | color: var(--colour-grey-400); | ||
} | } | ||
| Line 41: | Line 39: | ||
max-width: var(--inner-width); | max-width: var(--inner-width); | ||
margin: auto; | margin: auto; | ||
color: var(--colour-grey-800); | |||
margin-bottom: 4rem; | margin-bottom: 4rem; | ||
} | } | ||
| Line 125: | Line 120: | ||
font-size: .85rem; | font-size: .85rem; | ||
margin-top: 0; | margin-top: 0; | ||
margin-right: 0.5rem; | |||
} | } | ||
| Line 186: | Line 182: | ||
} | } | ||
s, .todo { | |||
color: var(--colour-grey-500); | color: var(--colour-grey-500); | ||
} | } | ||
| Line 211: | Line 207: | ||
pre, code, .mw-code { | pre, code, .mw-code { | ||
color: var(--colour-grey-800); | |||
background-color: var(--colour-grey-50); | background-color: var(--colour-grey-50); | ||
border: 1px solid var(--colour-grey-200); | border: 1px solid var(--colour-grey-200); | ||
| Line 220: | Line 217: | ||
.wikitable { | .wikitable { | ||
color: var(--colour-grey-800); | |||
background-color: var(--colour-grey-50); | background-color: var(--colour-grey-50); | ||
& > tr > th, > * > tr > th { | & > tr > th, > * > tr > th { | ||
color: var(--colour-grey-800); | |||
background-color: var(--colour-grey-100); | background-color: var(--colour-grey-100); | ||
} | } | ||