Make <strong> tags black

This commit is contained in:
2024-08-04 17:49:13 +02:00
parent bc1cb1316b
commit 0b84dab11f

View File

@ -112,6 +112,7 @@ strong {
font-style: normal; font-style: normal;
font-family: FreeSerif, serif; font-family: FreeSerif, serif;
font-weight: bold; font-weight: bold;
color: black;
} }
em { em {