mostly filebased Content Presentation System
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.

20 lines
186B

  1. $white:#fff;
  2. $black:#000;
  3. $gray:#777;
  4. :root {
  5. --color1: red;
  6. --color2: green;
  7. --color3: blue;
  8. }
  9. html {
  10. color:$gray;
  11. background:$white;
  12. }
  13. a {
  14. color: $gray;
  15. }