Template:Spec.css: Difference between revisions

How about this?
No edit summary
Line 4: Line 4:
#content {
#content {
font-family: 'Besley', serif !important;
font-family: 'Besley', serif !important;
counter-reset: section;
}
}


Line 130: Line 131:
font-size: 1.75em;
font-size: 1.75em;
font-weight: 500;
font-weight: 500;
}
#content h2::before {
counter-increment: section;
content: counter(section) ".&nbsp";
}
}