1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-09-15 18:57:04 +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

@ -94,6 +94,7 @@
--entry-content-code-background: #f0f0f0;
--entry-content-code-border-color: #ddd;
--entry-content-quote-color: #666;
--entry-content-abbr-border-color: #999;
--entry-enclosure-border-color: #333;
--parsing-error-color: #333;
@ -200,6 +201,7 @@
--entry-content-code-background: #555;
--entry-content-code-border-color: #888;
--entry-content-quote-color: #777;
--entry-content-abbr-border-color: #777;
--entry-enclosure-border-color: #333;
--parsing-error-color: #eee;