mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
update css and snippets
This commit is contained in:
parent
f7dac3f63a
commit
cbce3348f2
27 changed files with 200 additions and 176 deletions
|
|
@ -1,3 +1,23 @@
|
|||
:root {
|
||||
--vp-c-brand-1: #3086ff;
|
||||
}
|
||||
:root {
|
||||
--vp-c-brand-1: #3086ff;
|
||||
|
||||
--vp-c-bg: #f2f5f8;
|
||||
--vp-c-bg-alt: #dfe8f5;
|
||||
--vp-c-bg-elv: #dde7f4;
|
||||
--vp-c-bg-soft: #e8f1fe;
|
||||
|
||||
--vp-c-border: #c0c3c6;
|
||||
--vp-c-divider: #dfe2e6;
|
||||
--vp-c-gutter: #dfe2e6;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--vp-c-bg: #0d131b;
|
||||
--vp-c-bg-alt: #111720;
|
||||
--vp-c-bg-elv: #182231;
|
||||
--vp-c-bg-soft: #182231;
|
||||
|
||||
--vp-c-border: #111720;
|
||||
--vp-c-divider: #181d27;
|
||||
--vp-c-gutter: #181d27;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue