diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-02-22 06:20:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-22 06:20:04 +0100 |
commit | 83388269631f377e9853858916aa8c3897f90bb4 (patch) | |
tree | 36e728bf3d0367f92ed74f104547a363c62ee26a /app/javascript/styles | |
parent | 8603a075049a9e903b05e2370cf4c5ebfda1e703 (diff) |
Fix wrong styles on strike page (#17615)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index 1921eb146..d3ac4d995 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -1497,6 +1497,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 { |