Make sure that <strong> elements are bold

This commit is contained in:
Frédéric Guillot 2018-12-19 22:30:05 -08:00
parent e367f4ca21
commit 078cd0050a
2 changed files with 10 additions and 6 deletions

File diff suppressed because one or more lines are too long

View File

@ -812,6 +812,10 @@ article.feed-parsing-error {
list-style-type: square;
}
.entry-content strong {
font-weight: 600;
}
.entry-enclosures h3 {
font-weight: 500;
}