mirror of
https://github.com/miniflux/v2.git
synced 2025-08-11 17:51:01 +00:00
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;
|
list-style-type: square;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.entry-content strong {
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
|
||||||
.entry-enclosures h3 {
|
.entry-enclosures h3 {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue