add user css file to prevent 404

This commit is contained in:
Mira Kristipati 2023-01-11 13:18:00 -05:00
parent 99a884851d
commit ff99560256

14
public/custom-colors.css Normal file
View File

@ -0,0 +1,14 @@
* {
--custom-color-50: ;
--custom-color-100: ;
--custom-color-200: ;
--custom-color-300: ;
--custom-color-400: ;
--custom-color-500: ;
--custom-color-600: ;
--custom-color-700: ;
--custom-color-800: ;
--custom-color-900: ;
--custom-color-logo-start: ;
--custom-color-logo-stop: ;
}