From 2904709ca284e1d13ea3c46425223b5826f3deb6 Mon Sep 17 00:00:00 2001 From: Philipp Opheys Date: Mon, 2 Oct 2023 14:33:33 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix=20light=20themes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- rogue-thi-app/scss/themes/light.scss | 1 + rogue-thi-app/scss/themes/thi-light.scss | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/rogue-thi-app/scss/themes/light.scss b/rogue-thi-app/scss/themes/light.scss index 2beca87a..ce282596 100644 --- a/rogue-thi-app/scss/themes/light.scss +++ b/rogue-thi-app/scss/themes/light.scss @@ -1,4 +1,5 @@ $primary: #8845ef; +$gray-700: #e5e5e5; @import "../../node_modules/bootstrap/scss/bootstrap"; @import "../common.scss"; diff --git a/rogue-thi-app/scss/themes/thi-light.scss b/rogue-thi-app/scss/themes/thi-light.scss index 60bbf2a1..24150aa0 100644 --- a/rogue-thi-app/scss/themes/thi-light.scss +++ b/rogue-thi-app/scss/themes/thi-light.scss @@ -1,5 +1,6 @@ $primary: #005a9b; $secondary: #3a93c3; +$gray-700: #e5e5e5; @import "../../node_modules/bootstrap/scss/bootstrap"; @import "../common.scss"; @@ -12,8 +13,6 @@ $secondary: #3a93c3; :root { --navbar-border-image: linear-gradient(90deg, #{$primary}, #00b1ec); - --tabbar-tab-active: $primary; - // --navbar-border-image: none; }