summaryrefslogtreecommitdiff
path: root/docs/src/components
diff options
context:
space:
mode:
Diffstat (limited to 'docs/src/components')
-rw-r--r--docs/src/components/LeftSidebar/LeftSidebar.astro6
1 files changed, 4 insertions, 2 deletions
diff --git a/docs/src/components/LeftSidebar/LeftSidebar.astro b/docs/src/components/LeftSidebar/LeftSidebar.astro
index 4c7d52a97..bfbaa0724 100644
--- a/docs/src/components/LeftSidebar/LeftSidebar.astro
+++ b/docs/src/components/LeftSidebar/LeftSidebar.astro
@@ -141,9 +141,11 @@ const sidebarSections = SIDEBAR[langCode].reduce((col, item) => {
.sponsor-logo__vercel {
width: 90px;
}
-
+ :global(:root.theme-dark .sponsors-title) {
+ color: hsl(var(--color-base-gray), 75%);
+ }
.sponsors-title {
- color: hsl(var(--color-base-gray), 50%);
+ color: hsl(var(--color-base-gray), 25%);
font-size: 0.8em;
font-weight: 300;
letter-spacing: 0.0625em;