Skip to content

Commit 5746d5d

Browse files
committed
style(docs): update brand-dimm color
1 parent a299c0b commit 5746d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/theme/styles/custom.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
--vp-c-brand-lightest: lighten(@brand-color, 24%);
1313
--vp-c-brand-dark: darken(@brand-color, 8%);
1414
--vp-c-brand-darker: darken(@brand-color, 16%);
15-
--vp-c-brand-dimm: rgba(100, 108, 255, 0.08);
15+
--vp-c-brand-dimm: rgba(103, 165, 243, 0.1);
1616
}
1717

1818
/**

0 commit comments

Comments
 (0)