challenge-landing-page-thia.../style/colors.css

7 lines
100 B
CSS
Raw Normal View History

2022-10-10 14:52:18 +00:00
:root {
--black: #000;
2022-10-10 18:45:26 +00:00
--white: #fff;
--bg-light-gray: #e5e5e5;
2022-10-11 12:42:42 +00:00
--middlebg-gray: #e0e0e0;
2022-10-10 14:52:18 +00:00
}