From 68cc210ed48801808a25854bd1e6d6a1788071e8 Mon Sep 17 00:00:00 2001 From: Rushan Date: Fri, 23 Feb 2024 09:58:05 +0400 Subject: [PATCH] Fix nav color on dark mode (#1139) --- source/_static/scss/includes/_theme.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_static/scss/includes/_theme.scss b/source/_static/scss/includes/_theme.scss index 7b23800d..64610988 100644 --- a/source/_static/scss/includes/_theme.scss +++ b/source/_static/scss/includes/_theme.scss @@ -81,7 +81,7 @@ $theme-properties: ( // Mainmenu --nav-bg: $white $dark-100, --nav-text-color: $white $text-dark-color, - --nav-text-muted-color: #1C1C1C #1C1C1C, + --nav-text-muted-color: #1C1C1C darken($text-dark-color, 10%), --nav-item-border-color: $white $dark-500, --nav-item-arrow: url(../img/icons/nav-arrow.svg) url(../img/icons/nav-arrow-dark.svg), --nav-toggle-hover-border-color: $white $dark-500,