feat: css refactor for easy font change

This commit is contained in:
Jacky Zhao
2022-07-13 23:37:54 -07:00
parent 8b2a82a96a
commit 22c8981bb9
8 changed files with 93 additions and 98 deletions

View File

@ -1,4 +1,5 @@
// Add your own CSS here!
:root {
--light: #faf8f8;
--dark: #141021;
@ -22,4 +23,7 @@
--gray: #d4d4d4 !important;
--lightgray: #292633 !important;
--outlinegray: #343434 !important;
}
}