Browse Source

Svelte: Minor highlighting of selected icon

Alessandro Pignotti 9 months ago
parent
commit
ff2486d6e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/Icon.svelte

+ 1 - 1
src/lib/Icon.svelte

@@ -11,7 +11,7 @@
 </script>
 
 <div 
-	class="p-3 cursor-pointer text-center"
+	class="p-3 cursor-pointer text-center hover:text-gray-100"
 	on:mouseenter={handleMouseover}
 	>
 		<i class='{icon} fa-xl'></i>