diff --git a/docs/index.html.ejs b/docs/index.html.ejs
index c076f04..236eca1 100644
--- a/docs/index.html.ejs
+++ b/docs/index.html.ejs
@@ -190,14 +190,12 @@
<%- example(`
-
+
-
+
-
+
-
+
`)%>
diff --git a/style.css b/style.css
index e2b75dc..33b470b 100644
--- a/style.css
+++ b/style.css
@@ -563,6 +563,7 @@ form {
height: 0;
}
+.dd-toggle:focus,
.dd-toggle:hover {
background-color: black;
color: white;
@@ -581,14 +582,6 @@ form {
font-size: 1em;
}
-.dd-input + .dd-menu {
- display: none;
-}
-
-.dd-input:checked + .dd-menu {
- display: block;
-}
-
.dd-menu li {
padding: 5px 20px;
cursor: pointer;