Skip to content

Commit ea51414

Browse files
authored
Merge pull request #227 from makeplane/fix-dark--mode-code-accesibility
fix: update darkmode brand color to update on code blocks
2 parents 98703d7 + 5809f5f commit ea51414

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

docs/.vitepress/theme/style.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,6 +198,13 @@
198198
--vp-c-bg: #0a0a0a;
199199
--vp-c-bg-soft: #141414;
200200
--vp-c-bg-mute: #1f1f1f;
201+
202+
/* Brand colors */
203+
--vp-c-brand-1: #2893cc;
204+
--vp-c-brand-2: #2893cc;
205+
--vp-c-brand-3: #2893cc;
206+
--vp-c-brand-soft: rgba(0, 99, 153, 0.14);
207+
--plane-500: #2893cc;
201208
}
202209

203210
/* ================================================

0 commit comments

Comments
 (0)