Template:Spec.css: Difference between revisions

Or it didn’t to begin with.
Undo revision 4738 by Leah (talk)
Tag: Undo
 
(6 intermediate revisions by 2 users not shown)
Line 8: Line 8:


#firstHeading {
#firstHeading {
font-weight: 900;
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: 400;
font-weight: 500;
font-stretch: 75%;
font-style: italic;
color: var(--colour-grey-400);
color: var(--colour-grey-400);
}
}
Line 122: Line 120:
font-size: .85rem;
font-size: .85rem;
margin-top: 0;
margin-top: 0;
margin-right: 0.5rem;
}
}


Line 183: Line 182:
}
}


del, .todo {
s, .todo {
color: var(--colour-grey-500);
color: var(--colour-grey-500);
}
}