diff --git a/index.html b/index.html
index 32442eb..e7933f2 100644
--- a/index.html
+++ b/index.html
@@ -2,61 +2,63 @@
@@ -140,19 +135,19 @@
list-style: none;
}
- .search-input,
- .search-input:focus {
+ #search-input,
+ #search-input:focus {
padding: 12px;
border-radius: 2px;
background: #222;
font-size: 1.1rem;
}
- .search-input.bottom-no-radius {
+ body.suggestions #search-input {
border-radius: 2px 2px 0 0;
}
- .search-suggestions {
+ #search-suggestions {
display: none;
padding: 4px 0;
border-radius: 0 0 2px 2px;
@@ -160,7 +155,7 @@
overflow: hidden;
}
- .search-suggestions.active {
+ body.suggestions #search-suggestions {
display: block;
}
@@ -178,7 +173,7 @@
background: #333;
}
- .overlay {
+ #help {
position: fixed;
top: 0;
left: 0;
@@ -197,7 +192,7 @@
font-size: 1.2rem;
}
- .overlay[data-toggled='true'] {
+ body.help #help {
visibility: visible;
transform: translateY(0);
opacity: 1;
@@ -261,7 +256,7 @@
}
@media (min-width: 1000px) {
- .overlay {
+ #help {
display: flex;
justify-content: center;
align-items: center;
@@ -269,7 +264,7 @@
font-size: 1.3vw;
}
- .lists {
+ #help>ul {
display: flex;
justify-content: space-around;
width: 100%;
@@ -283,23 +278,25 @@
-
-
-
+