diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-11-05 18:28:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-05 18:28:13 +0100 |
commit | 312d616371096235f1f317041300b8220c447613 (patch) | |
tree | 5cadb0f45adb1eb9096528db331209240e753968 /app/javascript/styles | |
parent | 0498b106c9d632d761dc556e9d471eb6aec846c5 (diff) |
Change sign-in banner to reflect disabled or moved account status (#19773)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 2edb10857..542a2ce1b 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -742,6 +742,20 @@ p { color: $darker-text-color; margin-bottom: 20px; + + a { + color: $secondary-text-color; + text-decoration: none; + unicode-bidi: isolate; + + &:hover { + text-decoration: underline; + + .fa { + color: lighten($dark-text-color, 7%); + } + } + } } .button { |