Skip to content

Commit 2b07b4b

Browse files
authored
docs: Fix invalid CSS color (#1299)
1 parent 06c09e7 commit 2b07b4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/.vitepress/theme/custom.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
--wxt-c-green-1: #0b8a00;
44
--wxt-c-green-2: #096600;
55
--wxt-c-green-3: #096600;
6-
--wxt-c-green-soft: rgba(#0b8a00 / 0.14);
6+
--wxt-c-green-soft: rgba(11, 138, 0, 0.14);
77
}
88

99
.dark {
1010
--wxt-c-green-1: #67d45e;
1111
--wxt-c-green-2: #329929;
1212
--wxt-c-green-3: #21651b;
13-
--wxt-c-green-soft: rgba(#67d45e / 0.14);
13+
--wxt-c-green-soft: rgba(103, 212, 94, 0.14);
1414
}
1515

1616
/* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */

0 commit comments

Comments
 (0)