Template:Spec.css: Difference between revisions

No edit summary
No edit summary
Line 8: Line 8:
#firstHeading {
#firstHeading {
font-weight: 700;
font-weight: 700;
font-stretch: 75%;
font-stretch: 80%;
font-size: 4rem;
font-size: 4rem;
font-family: 'Besley', serif !important;
font-family: 'Besley', serif !important;
Line 25: Line 25:
&::after {
&::after {
font-weight: 400;
font-weight: 400;
color: var(--colour-grey-600);
color: var(--colour-grey-400);
}
}
}
}