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.

73 lines
1.2 KiB

  1. .content
  2. @extend .block
  3. // Inline
  4. a:not(.button)
  5. border-bottom: 1px solid $border
  6. &:visited
  7. color: $link-visited
  8. &:hover
  9. border-bottom-color: $link
  10. li + li
  11. margin-top: 0.25em
  12. // Block
  13. blockquote,
  14. p,
  15. ol,
  16. ul
  17. &:not(:last-child)
  18. margin-bottom: 1em
  19. h1,
  20. h2,
  21. h3,
  22. h4,
  23. h5,
  24. h6
  25. color: $text-strong
  26. font-weight: 300
  27. line-height: 1.125
  28. margin-bottom: 20px
  29. h1,
  30. h2,
  31. h3
  32. &:not(:first-child)
  33. margin-top: 40px
  34. blockquote
  35. background-color: $background
  36. border-left: 5px solid $border
  37. padding: 1.5em
  38. h1
  39. font-size: 2em
  40. h2
  41. font-size: 1.75em
  42. h3
  43. font-size: 1.5em
  44. h4
  45. font-size: 1.25em
  46. h5
  47. font-size: 1.125em
  48. h6
  49. font-size: 1em
  50. ol
  51. list-style: decimal outside
  52. margin-left: 2em
  53. margin-right: 2em
  54. margin-top: 1em
  55. ul
  56. list-style: disc outside
  57. margin-left: 2em
  58. margin-right: 2em
  59. margin-top: 1em
  60. ul
  61. list-style-type: circle
  62. margin-top: 0.5em
  63. ul
  64. list-style-type: square
  65. // Sizes
  66. &.is-medium
  67. font-size: $size-5
  68. code
  69. font-size: $size-6
  70. &.is-large
  71. font-size: $size-4
  72. code
  73. font-size: $size-5