From 4bc948975598998f45926575f83b401e6f9899d2 Mon Sep 17 00:00:00 2001 From: lscambo13 Date: Wed, 18 Dec 2024 07:47:53 -0800 Subject: [PATCH] Fix: Make borders opaque to prevent issues when they overlap --- Theme/ElegantFin-theme-nightly.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Theme/ElegantFin-theme-nightly.css b/Theme/ElegantFin-theme-nightly.css index b8442a5..498f048 100644 --- a/Theme/ElegantFin-theme-nightly.css +++ b/Theme/ElegantFin-theme-nightly.css @@ -7,7 +7,8 @@ /* outline: 0px dotted red !important; */ --darkerGradientPoint: #111827; --lighterGradientPoint: #1d2635; - --borderColor: rgba(75, 85, 99, 0.9); + /* --borderColor: rgba(75, 85, 99, 0.9); */ + --borderColor: rgb(71, 80, 92); --headerColor: rgba(30, 40, 54, 0.8); --drawerColor: rgba(30, 40, 54, 0.9); --lighterBorderColor: rgb(255 255 255 / 20%);