diff --git a/liquet/style.css b/liquet/style.css
index 0299d50..7bafc4c 100644
--- a/liquet/style.css
+++ b/liquet/style.css
@@ -25,6 +25,10 @@ Theme URI: https://github.com/cupcakearmy/liquet
scroll-behavior: smooth;
}
+*[tabindex]:focus {
+ outline: none;
+}
+
html, body {
padding: 0;
margin: 0;