@@ -26,4 +26,9 @@
.dark\:text-white {
color: #000000 !important;
}
+}
+
+/* Remove outline on focus for all elements */
+*:focus {
+ outline: none;