fix to font-weight - bolded text

This commit is contained in:
Kroell 2023-03-23 15:39:06 -04:00
parent fd279f6a52
commit 7a44814f0a

View file

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