about summary refs log tree commit diff
path: root/app/assets/stylesheets
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-08-31 16:48:21 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-08-31 16:48:21 +0200
commit1e0e17ba85deebd6763ed9414f3cc2e2a23e1dbd (patch)
tree60cc6f5e2ea2e725c007392b28273a9d26fbdc30 /app/assets/stylesheets
parent72591cc6d59d774e66d1d42af44bdc00f71f99f8 (diff)
Improving styling a little bit
Diffstat (limited to 'app/assets/stylesheets')
-rw-r--r--app/assets/stylesheets/components.scss8
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 {