diff options
Diffstat (limited to 'resources/sass')
-rw-r--r-- | resources/sass/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/resources/sass/style.scss b/resources/sass/style.scss index 077f89b..f92f58d 100644 --- a/resources/sass/style.scss +++ b/resources/sass/style.scss @@ -123,6 +123,10 @@ table { margin-bottom: 6px; } +span.sc { + font-variant-caps: small-caps; +} + span.tt { font-family: monospace; } |