about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2017-01-26 23:34:40 +0100
committerEugen Rochko <eugen@zeonfederated.com>2017-01-26 23:34:40 +0100
commitf8bd44a747c05fbc1567091d47c824db8c73cf00 (patch)
tree47f16bc5ea960865a815566d1b8042a31dbd916f /app
parent87667e371c094e93cd66ce7f6dce05a44899cafd (diff)
Fix font weight
Diffstat (limited to 'app')
-rw-r--r--app/assets/stylesheets/components.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/stylesheets/components.scss b/app/assets/stylesheets/components.scss
index f8f1b9d6c..e3770a4ce 100644
--- a/app/assets/stylesheets/components.scss
+++ b/app/assets/stylesheets/components.scss
@@ -102,7 +102,7 @@
   font-size: 15px;
   line-height: 20px;
   word-wrap: break-word;
-  font-weight: 300;
+  font-weight: 400;
   overflow: hidden;
   white-space: pre-wrap;
 
@@ -177,7 +177,7 @@
 
 .account__header__content {
   word-wrap: break-word;
-  font-weight: 300;
+  font-weight: 400;
   overflow: hidden;
 
   p {