mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add styles for <abbr> HTML tag
This commit is contained in:
parent
5b74083b5f
commit
989ca163a3
5 changed files with 22 additions and 12 deletions
|
@ -977,6 +977,12 @@ article.feed-parsing-error {
|
|||
top: -0.5em;
|
||||
}
|
||||
|
||||
.entry-content abbr {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
border-bottom: 1px dashed var(--entry-content-abbr-border-color);
|
||||
}
|
||||
|
||||
details.entry-enclosures {
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue