diff options
author | Thibaut Girka <thib@sitedethib.com> | 2019-04-24 18:29:25 +0200 |
---|---|---|
committer | ThibG <thib@sitedethib.com> | 2019-04-24 22:40:17 +0200 |
commit | 9b86707b1e15c1fbfee408f1199cc96156d5c0f0 (patch) | |
tree | c9a3dbf8e4074548e81f46bb35e0a1646510b85e /app/javascript/flavours/glitch/styles/components | |
parent | 5a8495dabe8ab9571bc028bc02ddc9372275b1f5 (diff) |
Make bold text bolder
Diffstat (limited to 'app/javascript/flavours/glitch/styles/components')
-rw-r--r-- | app/javascript/flavours/glitch/styles/components/status.scss | 2 |
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 { |