correction to font-weight for bolded text

This commit is contained in:
Kroell 2023-03-23 14:50:43 -04:00
parent eba043084e
commit c7c9a62b2e

View file

@ -165,5 +165,6 @@ ol {
}
p strong {
color: #000000;
font-weight: 500;
}
</style>