123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- html
- background-color: $body-background
- font-size: $size-normal
- -moz-osx-font-smoothing: grayscale
- -webkit-font-smoothing: antialiased
- min-width: 300px
- overflow-x: hidden
- overflow-y: scroll
- text-rendering: optimizeLegibility
- article,
- aside,
- figure,
- footer,
- header,
- hgroup,
- section
- display: block
- body,
- button,
- input,
- select,
- textarea
- font-family: $family-primary
- code,
- pre
- -moz-osx-font-smoothing: auto
- -webkit-font-smoothing: auto
- font-family: $family-code
- line-height: 1.25
- body
- color: $text
- font-size: 1rem
- font-weight: $weight-normal
- line-height: 1.428571428571429
- // Inline
- a
- color: $link
- cursor: pointer
- text-decoration: none
- transition: none $speed $easing
- &:hover
- color: $link-hover
- code
- background-color: $code-background
- color: $code
- font-size: 12px
- font-weight: normal
- padding: 1px 2px 2px
- hr
- border-top-color: $border
- margin: 40px 0
- img
- max-width: 100%
- input[type="checkbox"],
- input[type="radio"]
- vertical-align: baseline
- small
- font-size: $size-small
- span
- font-style: inherit
- font-weight: inherit
- strong
- color: $text-strong
- font-weight: $weight-bold
- // Block
- pre
- background-color: $pre-background
- color: $pre
- white-space: pre
- word-wrap: normal
- code
- background-color: $pre-background
- color: $pre
- display: block
- overflow-x: auto
- padding: 16px 20px
- table
- width: 100%
- td,
- th
- text-align: left
- vertical-align: top
- th
- color: $text-strong
|