We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b63f182 commit 7fbddc1Copy full SHA for 7fbddc1
1 file changed
docs/.vitepress/theme/style.css
@@ -44,17 +44,17 @@
44
* -------------------------------------------------------------------------- */
45
46
:root {
47
- --vp-c-indigo-1: #c87a45;
48
- --vp-c-indigo-2: #ff8a4f;
49
- --vp-c-indigo-3: #fb681f;
50
- --vp-c-indigo-soft: #ff82512b;
+ --vp-c-indigo-1: #d9195f;
+ --vp-c-indigo-2: #ff5b71;
+ --vp-c-indigo-3: #fb1f35;
+ --vp-c-indigo-soft: #ff517a2b;
51
}
52
53
html.dark {
54
- --vp-c-indigo-1: #ffae77;
55
56
57
- --vp-c-indigo-soft: #ff662069;
+ --vp-c-indigo-1: #ee3479;
58
59
60
0 commit comments