From 349c61f69876f6e92cce12b9f0cb22b5fd7a16d5 Mon Sep 17 00:00:00 2001 From: Rajat Dwivedi Date: Mon, 20 Mar 2023 04:11:44 +0000 Subject: [PATCH] Updated the _tabs.scss file --- .../static/css/bookwyrm/components/_tabs.scss | 6 +++--- bookwyrm/static/css/themes/bookwyrm-light.scss | 15 --------------- 2 files changed, 3 insertions(+), 18 deletions(-) diff --git a/bookwyrm/static/css/bookwyrm/components/_tabs.scss b/bookwyrm/static/css/bookwyrm/components/_tabs.scss index 8e00f6a88..3fed83898 100644 --- a/bookwyrm/static/css/bookwyrm/components/_tabs.scss +++ b/bookwyrm/static/css/bookwyrm/components/_tabs.scss @@ -34,7 +34,7 @@ border-bottom-color: $border; border-bottom-style: solid; border-bottom-width: 1px; - color: $text; + color: $link; display: flex; justify-content: center; margin-bottom: -1px; @@ -44,12 +44,12 @@ .bw-tabs a:hover { border-bottom-color: transparent; - color: $text; + color: $link } .bw-tabs a.is-active { border-bottom-color: transparent; - color: $link; + color: $text } .bw-tabs.is-left { diff --git a/bookwyrm/static/css/themes/bookwyrm-light.scss b/bookwyrm/static/css/themes/bookwyrm-light.scss index 5ed74c629..21d46ff28 100644 --- a/bookwyrm/static/css/themes/bookwyrm-light.scss +++ b/bookwyrm/static/css/themes/bookwyrm-light.scss @@ -65,21 +65,6 @@ $family-secondary: $family-sans-serif; color: $grey !important; } -.tabs li:not(.is-active) a { - color: #3273dc !important; -} - .tabs li:not(.is-active) a:hover { - border-bottom-color: #3273dc !important; -} - -.tabs li:not(.is-active) a { - color: #3273dc !important; -} -.tabs li.is-active a { - color: #4a4a4a !important; - border-bottom-color: #4a4a4a !important ; -} - @import "../bookwyrm.scss";