X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fbase%2F_typography.scss;h=1cf2ecac0ffcb3ca627d29bf5d8a48f520c9f730;hb=HEAD;hp=d172291021c08ac68cc4b5232322d767d4e32be9;hpb=37ce51473b7359949c4fd667e2cd6cb1115b21ea;p=theme-danix.xyz.git diff --git a/assets/sass/base/_typography.scss b/assets/sass/base/_typography.scss index d172291..1cf2eca 100644 --- a/assets/sass/base/_typography.scss +++ b/assets/sass/base/_typography.scss @@ -63,12 +63,23 @@ font-weight: _font(weight-bold); } - em, i { + em, i, strike { font-style: italic; } + mark { + background-color: lighten(_palette_light(highlight), 10%); + color: _palette_light(fg-bold); + padding-left: 0.2em; + padding-right: 0.2em; + } + p { margin: 0 0 _size(element-margin) 0; + &.smaller { + font-style: italic; + font-size: 12pt; + } } h1, h2, h3, h4, h5, h6 {