mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
fix(css): --entry-content-aside-border-color
is missing from
`system.css`
This commit is contained in:
parent
1faccc7eca
commit
47ccefba4e
1 changed files with 2 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
--entry-content-code-border-color: #ddd;
|
||||
--entry-content-quote-color: #666;
|
||||
--entry-content-abbr-border-color: #999;
|
||||
--entry-content-aside-border-color: #D3D3D3;
|
||||
--entry-enclosure-border-color: #333;
|
||||
|
||||
--parsing-error-color: #333;
|
||||
|
@ -218,6 +219,7 @@ html {
|
|||
--entry-content-code-border-color: #888;
|
||||
--entry-content-quote-color: #777;
|
||||
--entry-content-abbr-border-color: #777;
|
||||
--entry-content-aside-border-color: #777;
|
||||
--entry-enclosure-border-color: #333;
|
||||
|
||||
--parsing-error-color: #eee;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue