summaryrefslogtreecommitdiff
path: root/style.scss
blob: 8ab9b17b08fb7be6e07b584f60fabfbdfe430788 (plain)
  1. @charset 'utf-8';
  2. /*! style.css | @License: GPL-3+ | http://source.couchdesign.dk/site/content.git */
  3. $-normalize-include: null;
  4. $-normalize-exclude: null;
  5. @import "normalize";
  6. @import "compass/typography";
  7. @include normalize;
  8. @media print {
  9. @import "gutenberg/gutenberg";
  10. }
  11. body {
  12. margin: 2em;
  13. // max-width: 62em;
  14. }
  15. a {
  16. @include hover-link;
  17. }
  18. .topbar {
  19. @media print {
  20. display: none !important;
  21. }
  22. @include inline-list;
  23. }
  24. .footer {
  25. margin-left: -1em;
  26. margin-right: -1em;
  27. background-color: lightgrey;
  28. p {
  29. @include inline-block;
  30. margin-left: 1em;
  31. margin-right: 1em;
  32. }
  33. }
  34. @media print {
  35. a[href*=".wikipedia.org/"]:after,
  36. a[href*="//www.openstreetmap.org/"]:after {
  37. content: "";
  38. }
  39. }