about summary refs log tree commit diff
path: root/web
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-05-02 23:32:16 -0500
committerGitHub <noreply@github.com>2023-05-02 23:32:16 -0500
commit883700e09029bd0d9221edb9910d065da5786fe0 (patch)
treecdf6c849c8b378dffcfc305834a4b31ecbefb7ae /web
parent2eb0d8c095b70b7ec39b7a1acbd126457dea9322 (diff)
downloadvoidsky-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.html3
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] {