From 1e0e17ba85deebd6763ed9414f3cc2e2a23e1dbd Mon Sep 17 00:00:00 2001 From: Eugen Rochko Date: Wed, 31 Aug 2016 16:48:21 +0200 Subject: Improving styling a little bit --- app/assets/stylesheets/components.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'app/assets/stylesheets') 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 { -- cgit