this repo has no description
1:root {
2 --accent: #FFA86A;
3 --background: color-mod(var(--accent) blend(#1D1E28 98%));
4 --color: white;
5 --border-color: rgba(255, 255, 255, .1);
6
7 /* variables for js, must be the same as these in @custom-media queries */
8 --phoneWidth: (max-width: 684px);
9 --tabletWidth: (max-width: 900px);
10}
11
12@custom-media --phone (width < 684px);
13@custom-media --tablet (width < 900px);