From b4627d29ce61c1c835f6a1af489ea22a69ae4c55 Mon Sep 17 00:00:00 2001
From: asimon-1 <40246417+asimon-1@users.noreply.github.com>
Date: Tue, 17 Aug 2021 12:23:00 -0400
Subject: [PATCH] Fix question icon opacity (#233)

Co-authored-by: asimon-1 <asimon1@protonmail.com>
---
 src/templates/menu.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/templates/menu.html b/src/templates/menu.html
index f279101..7544d27 100644
--- a/src/templates/menu.html
+++ b/src/templates/menu.html
@@ -61,7 +61,7 @@
 
             /* Fade icons slightly */
             img.question-icon:not(.toggle) {
-                opacity: 75%;
+                opacity: 0.75;
             }
 
             /* Override excessive question width on focus */