From 478271348ea85efd60b2d0bde59fed38441af601 Mon Sep 17 00:00:00 2001
From: Lim Chee Aun <cheeaun@gmail.com>
Date: Wed, 1 Nov 2023 10:00:28 +0800
Subject: [PATCH] Make selected view mode more glowy

---
 src/components/shortcuts-settings.css | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/components/shortcuts-settings.css b/src/components/shortcuts-settings.css
index 086c7911..1c9aa7b1 100644
--- a/src/components/shortcuts-settings.css
+++ b/src/components/shortcuts-settings.css
@@ -86,7 +86,8 @@
   transition: all 0.2s ease-out;
 }
 #shortcuts-settings-container .shortcuts-view-mode label.checked {
-  box-shadow: inset 0 0 0 3px var(--link-color);
+  box-shadow: inset 0 0 0 3px var(--link-color),
+    inset 0 0 32px var(--link-faded-color);
 }
 #shortcuts-settings-container
   .shortcuts-view-mode