From: Eugen Rochko Date: Tue, 22 Feb 2022 05:20:04 +0000 (+0100) Subject: [Glitch] Fix wrong styles on strike page X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=e07f2efc9fd8e34f94e394503f962a717e108a79;p=mastodon.git [Glitch] Fix wrong styles on strike page Port SCSS changes from 83388269631f377e9853858916aa8c3897f90bb4 Signed-off-by: Claire --- diff --git a/app/javascript/flavours/glitch/styles/admin.scss b/app/javascript/flavours/glitch/styles/admin.scss index 33e115c1a..32500410f 100644 --- a/app/javascript/flavours/glitch/styles/admin.scss +++ b/app/javascript/flavours/glitch/styles/admin.scss @@ -1513,6 +1513,25 @@ a.sparkline { &:last-child { margin-bottom: 0; } + + strong { + font-weight: 700; + } + } + + &__rules { + list-style: disc; + padding-left: 15px; + margin-bottom: 20px; + color: $darker-text-color; + + &:last-child { + margin-bottom: 0; + } + + &__text { + color: $primary-text-color; + } } &__statuses-list {