From ae369cceb75868905d0bf36d0a73f000562d404b Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Thu, 20 Feb 2025 09:55:08 +1100 Subject: [PATCH] fix: update styles to use main color variable for consistency --- src/style.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.scss b/src/style.scss index 204b490..0b6995e 100644 --- a/src/style.scss +++ b/src/style.scss @@ -58,6 +58,7 @@ outline: none; border-radius: 0.25rem; padding: 0.25rem 0; + color: var(--datenel-main-color); &:hover { background: var(--datenel-hover-color); }