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 06c09e7 commit 2b07b4bCopy full SHA for 2b07b4b
docs/.vitepress/theme/custom.css
@@ -3,14 +3,14 @@
3
--wxt-c-green-1: #0b8a00;
4
--wxt-c-green-2: #096600;
5
--wxt-c-green-3: #096600;
6
- --wxt-c-green-soft: rgba(#0b8a00 / 0.14);
+ --wxt-c-green-soft: rgba(11, 138, 0, 0.14);
7
}
8
9
.dark {
10
--wxt-c-green-1: #67d45e;
11
--wxt-c-green-2: #329929;
12
--wxt-c-green-3: #21651b;
13
- --wxt-c-green-soft: rgba(#67d45e / 0.14);
+ --wxt-c-green-soft: rgba(103, 212, 94, 0.14);
14
15
16
/* https://github.com/vuejs/vitepress/blob/main/src/client/theme-default/styles/vars.css */
0 commit comments