From c73dd94eae4fc280a6e76846be3111967198ea64 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Fri, 30 May 2025 10:49:02 -0700 Subject: [PATCH] dev: updated border color and width variables --- Theme/ElegantFin-theme-nightly.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index e34d3d6..cbf0dae 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -19,8 +19,9 @@ --headerColor: rgba(30, 40, 54, 0.8); --drawerColor: rgba(30, 40, 54, 0.9); - --borderColor: rgb(71, 80, 92); - --lighterBorderColor: rgb(255 255 255 / 20%); + --borderColor: hsl(214, 13%, 32%); + --darkerBorderColor: hsl(214, 13%, 22%); + --lighterBorderColor: hsla(0, 0%, 100%, 0.2); --selectorBackgroundColor: rgb(55, 65, 81); --selectorBackgroundColorAlpha: rgba(55, 65, 81, 0.5); @@ -67,7 +68,8 @@ --largeRadius: 1em; --smallRadius: .5em; --smallerRadius: .375em; - --borderWidth: 0.075em; + --borderWidth: .06em; + --borderWidthDouble: .12em; --blurSmallest: blur(2px); --blurDefault: blur(5px);