diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-05-02 23:32:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-02 23:32:16 -0500 |
commit | 883700e09029bd0d9221edb9910d065da5786fe0 (patch) | |
tree | cdf6c849c8b378dffcfc305834a4b31ecbefb7ae /web | |
parent | 2eb0d8c095b70b7ec39b7a1acbd126457dea9322 (diff) | |
download | voidsky-883700e09029bd0d9221edb9910d065da5786fe0.tar.zst |
[APP-601] Add muted accounts list (#565)
* Add muted accounts list * Fix icon for muted accounts
Diffstat (limited to 'web')
-rw-r--r-- | web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html index ea08e9d55..f88fd727b 100644 --- a/web/index.html +++ b/web/index.html @@ -67,6 +67,9 @@ a[role="link"]:hover { text-decoration: underline; } + a[role="link"][data-no-underline="1"]:hover { + text-decoration: none; + } /* Styling hacks */ *[data-word-wrap] { |