diff options
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/style.scss b/src/style.scss index 85ca6a42..596669aa 100644 --- a/src/style.scss +++ b/src/style.scss @@ -114,6 +114,13 @@ a { font-weight: 600; } +.category-subtitle { + font-size: .9rem; + line-height: 1; + margin: 1rem 0 .5rem; + font-weight: 600; +} + .icon-preview-wrap { position: relative; |