diff options
Diffstat (limited to 'docs/public/theme.css')
-rw-r--r-- | docs/public/theme.css | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/public/theme.css b/docs/public/theme.css index 217549b40..c43a9e303 100644 --- a/docs/public/theme.css +++ b/docs/public/theme.css @@ -75,8 +75,8 @@ --theme-code-inline-text: var(--theme-text); --theme-code-bg: hsla(217, 19%, 27%, 1); --theme-code-text: hsla(var(--color-gray-95), 1); - --theme-navbar-bg: hsla(217, 19%, 27%, 1); - --theme-navbar-height: 3.5rem; + --theme-navbar-bg: hsla(var(--color-base-white), 100%, 1); + --theme-navbar-height: 6rem; --theme-sidebar-offset: var(--theme-navbar-height); --theme-selection-color: hsla(var(--color-orange), 1); --theme-selection-bg: hsla(var(--color-orange), var(--theme-accent-opacity)); @@ -108,7 +108,7 @@ body { --theme-code-inline-text: hsla(var(--color-base-white), 100%, 1); --theme-code-bg: hsla(var(--color-gray-5), 1); --theme-code-text: hsla(var(--color-base-white), 100%, 1); - --theme-navbar-bg: hsla(221, 39%, 11%, 1); + --theme-navbar-bg: hsla(215, 28%, 17%, 1); --theme-selection-color: hsla(var(--color-base-white), 100%, 1); --theme-selection-bg: hsla(var(--color-purple), var(--theme-accent-opacity)); } |