diff options
author | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 21:15:37 +0100 |
---|---|---|
committer | Claire <claire.github-309c@sitedethib.com> | 2022-02-26 21:15:37 +0100 |
commit | 8158b04d184e617cbd49c83fd0734a445742146a (patch) | |
tree | f8038129661cd4cbadde19b4c1244a50b0709324 /app/javascript/styles | |
parent | 551820cbd9e5beebd16f16205143e2263d4f2d51 (diff) | |
parent | 57814a98a9c8e4b106d44a31e36561f585f73bac (diff) |
Merge branch 'main' into glitch-soc/merge-upstream
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/admin.scss | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/app/javascript/styles/mastodon/admin.scss b/app/javascript/styles/mastodon/admin.scss index a1b99636c..fa47d19d7 100644 --- a/app/javascript/styles/mastodon/admin.scss +++ b/app/javascript/styles/mastodon/admin.scss @@ -1383,16 +1383,20 @@ a.sparkline { line-height: 20px; margin-bottom: 4px; - .username a { + .username { color: $primary-text-color; font-weight: 500; - text-decoration: none; margin-right: 5px; - &:hover, - &:focus, - &:active { - text-decoration: underline; + a { + color: inherit; + text-decoration: none; + + &:hover, + &:focus, + &:active { + text-decoration: underline; + } } } |