From d8658de5ca2b95a13ebaa95eafe3ab79baedb36b Mon Sep 17 00:00:00 2001 From: Astrian Zheng Date: Wed, 19 Feb 2025 15:27:32 +1100 Subject: [PATCH] add: define border color variable for improved style consistency in style.scss --- src/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/style.scss b/src/style.scss index 762823b..acdf3bd 100644 --- a/src/style.scss +++ b/src/style.scss @@ -3,6 +3,7 @@ --accent-color: #000000; --reversed-color: #ffffff; --hover-color: #00000017; + --border-color: #e0e0e0; user-select: none; color: var(--main-color); @@ -22,7 +23,7 @@ display: flex; justify-content: space-between; align-items: center; - border-bottom: 1px solid #e0e0e0; + border-bottom: 1px solid var(--border-color); button { img {