diff options
author | Rin <36845451+AtelierSnek@users.noreply.github.com> | 2022-12-14 06:03:09 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-13 20:03:09 +0100 |
commit | 42e16ea52dcafef7737368b05537670cc49d3f91 (patch) | |
tree | fd7537fc003b476491e112418a8db35519e7f1f1 /app | |
parent | 55b210b3e599fa51186a646572056cda7aa3f23c (diff) |
fix missing style in warning and strike cards (#22177)
Diffstat (limited to 'app')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index 7a50a89bb..2ed0d613e 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -1665,6 +1665,15 @@ a.sparkline { box-sizing: border-box; min-height: 100%; + a { + text: &highlight-text-color; + text-decoration: none; + + &:hover { + text-decoration: underline; + } + } + p { margin-bottom: 20px; unicode-bidi: plaintext; |