feat: added color-gray-100 in config.css

This commit is contained in:
Henrique Santos Santana 2022-10-11 18:39:27 -03:00
parent 695edf96ae
commit 39bc306f76

View File

@ -3,6 +3,7 @@
:root {
--clr-black: #000;
--clr-gray-100: #BDBDBD;
--bg-clr-black: #000;
--bg-clr-gray: #E0E0E0;