about summary refs log tree commit diff
path: root/app/javascript/flavours/glitch/styles/components/status.scss
diff options
context:
space:
mode:
authorThibaut Girka <thib@sitedethib.com>2019-04-24 18:29:25 +0200
committerThibG <thib@sitedethib.com>2019-04-24 22:40:17 +0200
commit9b86707b1e15c1fbfee408f1199cc96156d5c0f0 (patch)
treec9a3dbf8e4074548e81f46bb35e0a1646510b85e /app/javascript/flavours/glitch/styles/components/status.scss
parent5a8495dabe8ab9571bc028bc02ddc9372275b1f5 (diff)
Make bold text bolder
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components/status.scss')
-rw-r--r--app/javascript/flavours/glitch/styles/components/status.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss
index c1afe0832..65a41e947 100644
--- a/app/javascript/flavours/glitch/styles/components/status.scss
+++ b/app/javascript/flavours/glitch/styles/components/status.scss
@@ -52,7 +52,7 @@
     }
 
     b, strong {
-      font-weight: 500;
+      font-weight: 700;
     }
 
     em, i {