Skip to content

Commit 9c277fb

Browse files
authored
Fix P3-gamut colors (#1567)
* Fix P3-gamut colors * Update contributors data
1 parent 6f0a5c9 commit 9c277fb

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/.vitepress/theme/style.css

+3-3
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@
8181
--vp-c-default-3: var(--vp-c-gray-3);
8282
--vp-c-default-soft: var(--vp-c-gray-soft);
8383

84-
--vp-c-brand-1: oklch(0.6 0.22 260);
85-
--vp-c-brand-2: oklch(0.4 0.2 260);
84+
--vp-c-brand-1: oklch(0.6 0.21 260);
85+
--vp-c-brand-2: oklch(0.4 0.16 260);
8686
--vp-c-brand-3: oklch(0.5 0.2 260);
87-
--vp-c-brand-soft: oklch(0.6 0.22 260/0.1);
87+
--vp-c-brand-soft: oklch(0.6 0.21 260/0.1);
8888

8989
--vp-c-tip-1: var(--vp-c-brand-1);
9090
--vp-c-tip-2: var(--vp-c-brand-2);

0 commit comments

Comments
 (0)