docs
This commit is contained in:
parent
c99af18ae4
commit
ca565e2530
26 changed files with 209 additions and 104 deletions
9
docs/website/src/css/custom.css
Normal file
9
docs/website/src/css/custom.css
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
:root {
|
||||
--ifm-color-primary: #2a6b4e;
|
||||
--ifm-color-primary-dark: #255f46;
|
||||
--ifm-color-primary-darker: #225942;
|
||||
--ifm-color-primary-darkest: #1c4936;
|
||||
--ifm-color-primary-light: #2f7756;
|
||||
--ifm-color-primary-lighter: #327d5a;
|
||||
--ifm-color-primary-lightest: #3b946b;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue