mostly filebased Content Presentation System
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

19 行
235B

  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. }