diff options
Diffstat (limited to 'docs/src/components/SiteSidebar.astro')
-rw-r--r-- | docs/src/components/SiteSidebar.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/components/SiteSidebar.astro b/docs/src/components/SiteSidebar.astro index ebdf918f5..05779e882 100644 --- a/docs/src/components/SiteSidebar.astro +++ b/docs/src/components/SiteSidebar.astro @@ -84,7 +84,7 @@ const {currentPage} = Astro.props; } :global(:root.theme-dark) .nav-link a[aria-current="page"] { - color: var(--color-white); + color: hsla(var(--color-base-white), 100%, 1); } @media (min-width: 60em) { |