Skip to content

Commit a06d881

Browse files
authored
Merge pull request #228 from makeplane/fix-dark--mode-code-accesibility
fix: update dark mode brand color with better accessibility
2 parents ea51414 + 9a65ee0 commit a06d881

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -200,11 +200,11 @@
200200
--vp-c-bg-mute: #1f1f1f;
201201

202202
/* Brand colors */
203-
--vp-c-brand-1: #2893cc;
204-
--vp-c-brand-2: #2893cc;
205-
--vp-c-brand-3: #2893cc;
203+
--vp-c-brand-1: #2f9bd5;
204+
--vp-c-brand-2: #2f9bd5;
205+
--vp-c-brand-3: #2f9bd5;
206206
--vp-c-brand-soft: rgba(0, 99, 153, 0.14);
207-
--plane-500: #2893cc;
207+
--plane-500: #2f9bd5;
208208
}
209209

210210
/* ================================================

0 commit comments

Comments
 (0)