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.

_colours.scss 235B

123456789101112131415161718
  1. $white:#fff;
  2. $black:#000;
  3. $gray:#777;
  4. //$OFS-green-dark: #67635b;
  5. //$OFS-green-lighter: #989186;
  6. $spkt01:#0ca4bf;
  7. $spkt02:#bf920c;
  8. $spkt03: $gray;
  9. $spkt04:#bf3b0c;
  10. $spkt04:#f7b96c;
  11. html {
  12. color:$gray;
  13. background:$white;
  14. }