From ef16bfc5653dea36cdd7c0c82e36172ce255985d Mon Sep 17 00:00:00 2001
From: Max Leiter <maxwell.leiter@gmail.com>
Date: Tue, 22 Mar 2022 21:57:11 -0700
Subject: [PATCH] client: better link hover symbol

---
 client/components/preview/preview.module.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/components/preview/preview.module.css b/client/components/preview/preview.module.css
index 396ef98..c503dd2 100644
--- a/client/components/preview/preview.module.css
+++ b/client/components/preview/preview.module.css
@@ -36,11 +36,11 @@
 .markdownPreview h4 a:hover::after,
 .markdownPreview h5 a:hover::after,
 .markdownPreview h6 a:hover::after {
-  content: "🔗";
-  filter: grayscale(100%);
+  content: "#";
   font-size: 0.7em;
   margin-left: 0.25em;
   font-weight: normal;
+  filter: opacity(0.5);
 }
 
 .markdownPreview h1 {