You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
390 B

4 years ago
  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. /* variables for js, must be the same as these in @custom-media queries */
  7. --phoneWidth: (max-width: 684px);
  8. --tabletWidth: (max-width: 900px);
  9. }
  10. @custom-media --phone (max-width: 684px);
  11. @custom-media --tablet (max-width: 900px);