X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=assets%2Fsass%2Fbase%2F_typography.scss;h=2009f4dc25eb9c355f1772023633ecd392e0ad3f;hb=b96eccb771bbceafdcc78b08a239db58acdaa1a1;hp=94ca4108736d2f82306cda41abcc2ed82e2d7424;hpb=83283a810ae89dd579e2f76192198f20964b1726;p=theme-danix.xyz.git diff --git a/assets/sass/base/_typography.scss b/assets/sass/base/_typography.scss index 94ca410..2009f4d 100644 --- a/assets/sass/base/_typography.scss +++ b/assets/sass/base/_typography.scss @@ -181,4 +181,14 @@ .highlight { max-width: 100%; overflow-x: auto; - } \ No newline at end of file + } + + .has-dropcap:first-letter { + font-family: _font(family-fixed); + font-weight: 900; + float: left; + font-size: 6rem; + line-height: 0.65; + margin: 0.1em 0.1em 0.2em 0; + } +