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