Template:Spec.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
#content { | #content { | ||
font-family: 'Besley', serif !important; | font-family: 'Besley', serif !important; | ||
font-size: 1.1rem; | |||
} | } | ||
#firstHeading { | #firstHeading { | ||
| Line 29: | Line 30: | ||
} | } | ||
} | } | ||
#bodyContent { | |||
font-size: .95rem; | |||
line-height: 1.5 !important; | |||
} | |||
#mw-content-text { | #mw-content-text { | ||
font-family: 'Besley', serif !important; | font-family: 'Besley', serif !important; | ||
max-width: 56rem; | max-width: 56rem; | ||
margin: auto; | margin: auto; | ||
color: var(--colour-grey-800); | |||
} | } | ||
span.required, .required code { | span.required, .required code { | ||