diff options
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r-- | app/assets/stylesheets/components.scss | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss index 0bec9ba80..b63ec7154 100644 --- a/app/assets/stylesheets/components.scss +++ b/app/assets/stylesheets/components.scss @@ -1,6 +1,12 @@ .status__content { + font-size: 15px; + line-height: 20px; + white-space: pre-wrap; + word-wrap: break-word; + font-weight: 300; + a { - color: #2b90d9; + color: #d9e1e8; text-decoration: none; &:hover { |