Fixed font-weight inconsistency of strong text #389.

This commit is contained in:
Rowan Goemans
2020-03-27 11:09:43 +01:00
parent 340a38c424
commit a22d9d46c6

View File

@@ -19,6 +19,9 @@ html {
scroll-behavior: smooth;
}
strong {
font-weight: 700;
}
@media screen and (prefers-reduced-motion: reduce) {
html {
@@ -452,4 +455,4 @@ column.text p {
.block-footer-2 img {
max-width: 200px;
}
}
}