Skip to content

Commit 602ae7b

Browse files
authored
chore: remove redundant spaces in theme template css (vuejs#4337)
1 parent 1e4917e commit 602ae7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

template/.vitepress/theme/style.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Each colors have exact same color scale system with 3 levels of solid
1010
* colors with different brightness, and 1 soft color.
11-
*
11+
*
1212
* - `XXX-1`: The most solid color used mainly for colored text. It must
1313
* satisfy the contrast ratio against when used on top of `XXX-soft`.
1414
*
@@ -43,7 +43,7 @@
4343
* in custom container, badges, etc.
4444
* -------------------------------------------------------------------------- */
4545

46-
:root {
46+
:root {
4747
--vp-c-default-1: var(--vp-c-gray-1);
4848
--vp-c-default-2: var(--vp-c-gray-2);
4949
--vp-c-default-3: var(--vp-c-gray-3);

0 commit comments

Comments
 (0)