summaryrefslogtreecommitdiff
path: root/style.scss
blob: dda491811e3e8502a53e766fcd94bcab58b6bcc2 (plain)
  1. @import "h5bp";
  2. @import "compass";
  3. @import "fancy-buttons";
  4. // @import "partials/base";
  5. // compass
  6. $link-color: white;
  7. // $link-hover-color: white;
  8. // $link-visited-color: white;
  9. // h5bp
  10. $line-height: 1.4;
  11. $font-color: lightblue;
  12. $font-family: sans-serif;
  13. $font-size: 1em;
  14. $selected-font-color: yellow;
  15. $selected-background-color: orange;
  16. @include h5bp-normalize;
  17. body {
  18. background-color: darkred;
  19. }
  20. article {
  21. text-align: center;
  22. }
  23. button {
  24. @include fancy-button(gold, 2em, 1em);
  25. }
  26. a {
  27. @include link-colors($link-color);
  28. }