1
0
mirror of https://github.com/minio/docs.git synced 2025-07-30 07:03:26 +03:00

Fix nav color on dark mode (#1139)

This commit is contained in:
Rushan
2024-02-23 09:58:05 +04:00
committed by GitHub
parent 3fcd2ee7a1
commit 68cc210ed4

View File

@ -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,