We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e4917e commit 602ae7bCopy full SHA for 602ae7b
template/.vitepress/theme/style.css
@@ -8,7 +8,7 @@
8
*
9
* Each colors have exact same color scale system with 3 levels of solid
10
* colors with different brightness, and 1 soft color.
11
- *
+ *
12
* - `XXX-1`: The most solid color used mainly for colored text. It must
13
* satisfy the contrast ratio against when used on top of `XXX-soft`.
14
@@ -43,7 +43,7 @@
43
* in custom container, badges, etc.
44
* -------------------------------------------------------------------------- */
45
46
- :root {
+:root {
47
--vp-c-default-1: var(--vp-c-gray-1);
48
--vp-c-default-2: var(--vp-c-gray-2);
49
--vp-c-default-3: var(--vp-c-gray-3);
0 commit comments