From d6306e6e9a0c1537f5c0542da2068b5e01e1cb07 Mon Sep 17 00:00:00 2001 From: kytwb Date: Sun, 2 Jan 2022 22:25:25 +0100 Subject: Reduce contrast on navigation links badges in light mode --- src/styles/settings.scss | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/styles/settings.scss b/src/styles/settings.scss index e4a3581e4..3178f718d 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -535,18 +535,8 @@ } border-bottom: 1px solid darken($theme-gray-lightest, 3%); - .badge { - background: $theme-gray-light; - color: #fff; - } - &:hover { background: darken($theme-gray-lightest, 8%); - - .badge { - background: $theme-gray-light; - color: #fff; - } } &.is-active { -- cgit v1.2.3-54-g00ecf