website: launch website

This commit is contained in:
Yangshun Tay
2019-07-15 02:25:49 -07:00
parent c19c9626d1
commit e6193eca83
53 changed files with 9778 additions and 856 deletions

9
website/src/css/custom.css Executable file
View 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);
}