summaryrefslogtreecommitdiff
path: root/style.scss
blob: 6a1f2844c736235a854698138e3319ae96e71b1d (plain)
  1. /*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */
  2. @import "h5bp";
  3. @import "compass/typography";
  4. @include h5bp-normalize;
  5. @include h5bp-media;
  6. a {
  7. @include hover-link;
  8. }
  9. .topbar {
  10. @media print {
  11. display: none !important;
  12. }
  13. @include inline-list;
  14. }