From 47ccefba4ea11c1f70924efc1b02ac4985f44af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Guillot?= Date: Wed, 22 Jan 2025 20:55:38 -0800 Subject: [PATCH] fix(css): `--entry-content-aside-border-color` is missing from `system.css` --- internal/ui/static/css/system.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/internal/ui/static/css/system.css b/internal/ui/static/css/system.css index af7c8e6b..c56f4012 100644 --- a/internal/ui/static/css/system.css +++ b/internal/ui/static/css/system.css @@ -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;