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
288 B

  1. @font-face {
  2. /*font-family: "work-sans";*/
  3. /*src: url('../fonts/work-sans/WorkSans-Regular.otf');*/
  4. }
  5. :root{
  6. --font-family : 'arial';
  7. --pretty-margin: 0.5rem;
  8. --main-color: black;
  9. --secondary-color: white;
  10. --text-color: white;
  11. --player-bg-color: rgba(255,255,255,0.95);
  12. }