From e89292bf83c3daca2afd15c2081e222a16f048d4 Mon Sep 17 00:00:00 2001
From: Erik Thuning <boooink@gmail.com>
Date: Thu, 5 Aug 2021 10:52:34 +0200
Subject: [PATCH] Removed xsome redundant declarations

---
 range-style.css | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/range-style.css b/range-style.css
index 19ab3de..6196f4b 100644
--- a/range-style.css
+++ b/range-style.css
@@ -1,10 +1,4 @@
 :root {
-    /* repeat necessary settings from main style */
-    --foreground: white;
-    --highlight: #9BB2CE;
-    --fade-other: #ababab;
-    --gap: 3px;
-
     /* define some local ones */
     --range-size: calc(var(--gap) * 2);
     --range-corner: var(--gap);