From 88a7d103677eaff7ef12764ac945c4356f247089 Mon Sep 17 00:00:00 2001 From: Liam Cho Date: Thu, 5 Dec 2024 17:02:47 +0900 Subject: [PATCH] apply feeds --- src/components/markdown.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/markdown.scss b/src/components/markdown.scss index 0d1edb36a..dffbe1b9f 100644 --- a/src/components/markdown.scss +++ b/src/components/markdown.scss @@ -202,7 +202,7 @@ widget-markdown.widget-markdown is to increase specificity. Refer to: https://ww border-left-width: 1px; background-color: rgba(0, 0, 0, 0.1); border-bottom-width: 1px; - border-color: rgba(0, 0, 0, 0.15); + border-color: var(--sb-on-bg-4); border-top-width: 1px; padding: 4px 10.5px; /* 0.25rem 0.75rem */ } @@ -250,7 +250,7 @@ widget-markdown.widget-markdown is to increase specificity. Refer to: https://ww .widget-markdown td { border-left-width: 1px; border-bottom-width: 1px; - border-color: rgba(0, 0, 0, 0.15); + border-color: var(--sb-on-bg-4); padding: 4px 10.5px; /* 0.25rem 0.75rem */ text-align: left; }