My public website https://www.chameth.com/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_text.sass 635B

123456789101112131415161718192021222324252627282930313233343536373839
  1. // Properties relating to text
  2. body
  3. color: $text
  4. font-family: "Aileron Regular", Helvetica, sans-serif
  5. font-size: 18px
  6. font-weight: 400
  7. line-height: 1.75em
  8. -webkit-text-size-adjust: none
  9. a
  10. color: $cyan
  11. text-decoration-skip-ink: auto
  12. strong, b
  13. color: $gray
  14. font-weight: 400
  15. em, i
  16. font-style: italic
  17. sub
  18. font-size: 0.8em
  19. position: relative
  20. top: 0.5em
  21. sup
  22. font-size: 0.8em
  23. position: relative
  24. top: -0.5em
  25. p code
  26. background: $code-background
  27. border-radius: .35em
  28. border: solid 2px $code-border
  29. font-family: "Courier New", monospace
  30. font-size: .9em
  31. margin: 0 .25em
  32. padding: .25em .65em