mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-29 21:23:14 +08:00
website: launch website
This commit is contained in:
9
website/src/css/custom.css
Executable file
9
website/src/css/custom.css
Executable file
@ -0,0 +1,9 @@
|
||||
:root {
|
||||
--ifm-color-primary: #5252ee;
|
||||
--ifm-color-primary-dark: rgb(74, 74, 214);
|
||||
--ifm-color-primary-darker: rgb(70, 70, 202);
|
||||
--ifm-color-primary-darkest: rgb(57, 57, 167);
|
||||
--ifm-color-primary-light: rgb(108, 108, 241);
|
||||
--ifm-color-primary-lighter: rgb(134, 134, 243);
|
||||
--ifm-color-primary-lightest: rgb(169, 169, 247);
|
||||
}
|
Reference in New Issue
Block a user