mirror of
https://github.com/eosswedenorg/thalos-docs
synced 2026-06-18 04:50:03 +02:00
Initial Commit
This commit is contained in:
commit
f81ec14da7
21 changed files with 1781 additions and 0 deletions
12
.vitepress/theme/custom.css
Normal file
12
.vitepress/theme/custom.css
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--vp-c-bg: #fcfcfc;
|
||||
--vp-c-brand: #bc544b;
|
||||
--vp-c-brand-light: #ca5d53;
|
||||
--vp-c-brand-lighter: #e7695e;
|
||||
--vp-c-brand-dark: #8d413a;
|
||||
--vp-c-brand-darker: #7e3933;
|
||||
}
|
||||
|
||||
.dark {
|
||||
--vp-c-bg: #1e1e20;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue