practice-time-shopping-list.../styles/variables.css
2022-11-12 16:30:48 -03:00

15 lines
224 B
CSS

:root {
--white: #ffffff;
--gray-100: #e5e5e5;
--gray-300: #bdbdbd;
--gray-500: #333333;
--orange-300: #f6ad55;
--orange-500: #ed8936;
}
.shopping-title {
margin: 32px 0;
font-size: 32px;
}