generic.sass 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. html
  2. background-color: $body-background
  3. font-size: $size-normal
  4. -moz-osx-font-smoothing: grayscale
  5. -webkit-font-smoothing: antialiased
  6. min-width: 300px
  7. overflow-x: hidden
  8. overflow-y: scroll
  9. text-rendering: optimizeLegibility
  10. article,
  11. aside,
  12. figure,
  13. footer,
  14. header,
  15. hgroup,
  16. section
  17. display: block
  18. body,
  19. button,
  20. input,
  21. select,
  22. textarea
  23. font-family: $family-primary
  24. code,
  25. pre
  26. -moz-osx-font-smoothing: auto
  27. -webkit-font-smoothing: auto
  28. font-family: $family-code
  29. line-height: 1.25
  30. body
  31. color: $text
  32. font-size: 1rem
  33. font-weight: $weight-normal
  34. line-height: 1.428571428571429
  35. // Inline
  36. a
  37. color: $link
  38. cursor: pointer
  39. text-decoration: none
  40. transition: none $speed $easing
  41. &:hover
  42. color: $link-hover
  43. code
  44. background-color: $code-background
  45. color: $code
  46. font-size: 12px
  47. font-weight: normal
  48. padding: 1px 2px 2px
  49. hr
  50. border-top-color: $border
  51. margin: 40px 0
  52. img
  53. max-width: 100%
  54. input[type="checkbox"],
  55. input[type="radio"]
  56. vertical-align: baseline
  57. small
  58. font-size: $size-small
  59. span
  60. font-style: inherit
  61. font-weight: inherit
  62. strong
  63. color: $text-strong
  64. font-weight: $weight-bold
  65. // Block
  66. pre
  67. background-color: $pre-background
  68. color: $pre
  69. white-space: pre
  70. word-wrap: normal
  71. code
  72. background-color: $pre-background
  73. color: $pre
  74. display: block
  75. overflow-x: auto
  76. padding: 16px 20px
  77. table
  78. width: 100%
  79. td,
  80. th
  81. text-align: left
  82. vertical-align: top
  83. th
  84. color: $text-strong