Skip to content

Commit

Permalink
fix(css): --entry-content-aside-border-color is missing from
Browse files Browse the repository at this point in the history
`system.css`
  • Loading branch information
fguillot committed Jan 23, 2025
1 parent 1faccc7 commit 47ccefb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/ui/static/css/system.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 47ccefb

Please sign in to comment.