forked from M3-Academy/practice-time-shopping-list
10 lines
159 B
CSS
10 lines
159 B
CSS
:root{
|
|
--white:#fff;
|
|
--gray-100: #e5e5ee;
|
|
--gray-300: #bdbdbd;
|
|
--gray-500: #333;
|
|
|
|
--orange-300: #f6ad55;
|
|
--orange-500: #ed8936;
|
|
|
|
} |