1
0
Fork 0
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:
Frédéric Guillot 2020-12-20 20:24:01 -08:00
parent 5b74083b5f
commit 989ca163a3
5 changed files with 22 additions and 12 deletions

View file

@ -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;
}