Make sure that <strong> elements are bold
This commit is contained in:
parent
e367f4ca21
commit
078cd0050a
2 changed files with 10 additions and 6 deletions
File diff suppressed because one or more lines are too long
|
@ -812,6 +812,10 @@ article.feed-parsing-error {
|
|||
list-style-type: square;
|
||||
}
|
||||
|
||||
.entry-content strong {
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.entry-enclosures h3 {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue