diff --git a/faq.html b/faq.html
index 932d2fe..a2e9e29 100644
--- a/faq.html
+++ b/faq.html
@@ -22,6 +22,11 @@
border-bottom-left-radius: 20px;
border-bottom-right-radius: 20px;
}
+
+ :focus {
+ outline: 0 !important;
+ box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
+ }