diff --git a/app/javascript/flavours/glitch/styles/components/status.scss b/app/javascript/flavours/glitch/styles/components/status.scss index f16b43186..f91fb2027 100644 --- a/app/javascript/flavours/glitch/styles/components/status.scss +++ b/app/javascript/flavours/glitch/styles/components/status.scss @@ -38,7 +38,7 @@ } h1, h2 { - font-weight: 500; + font-weight: 700; font-size: 18px; } @@ -46,6 +46,10 @@ font-size: 16px; } + h3, h4, h5 { + font-weight: 500; + } + blockquote { margin-left: 20px; color: $dark-text-color;