diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index ac754b773..d4d942f15 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1536,6 +1536,12 @@ a.status__content__spoiler-link { margin-right: 5px; } +.column-subheading { + background: lighten($color1, 20%); + padding: 8px 20px; + font-size: 16px; +} + .autosuggest-textarea, .spoiler-input { position: relative; |