diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2022-07-22 03:17:41 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-22 03:17:41 +0200 |
commit | f5d8501138c2bb0058cca41fd76f2c8d9a7593ab (patch) | |
tree | eea21c1f054b21e282eb498bcc0e2b38d1df2424 /app/javascript/styles | |
parent | 726931fe4a8202c64fd1a72a6043f80fe075fda7 (diff) |
Change hashtag numbers to have clearer labels in web UI (#18864)
Diffstat (limited to 'app/javascript/styles')
-rw-r--r-- | app/javascript/styles/mastodon/components.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 19d3f2426..3e202841b 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -7243,6 +7243,13 @@ noscript { padding-right: 15px; margin-left: 5px; color: $secondary-text-color; + text-decoration: none; + + &__asterisk { + color: $darker-text-color; + font-size: 18px; + vertical-align: super; + } } &__sparkline { |