+
@@ -170,12 +175,14 @@
+
+
-
diff --git a/style.css b/style.css
index 49fff97..0b57bf7 100644
--- a/style.css
+++ b/style.css
@@ -134,7 +134,7 @@ button:focus-visible {
height: 4px;
width: 35px;
border-radius: 2px;
- background-color: white;
+ background-color: #f9f3e3;
position: relative;
display: block;
transition: all 0.2s ease-in-out;
@@ -150,13 +150,13 @@ button:focus-visible {
height: 4px;
width: 35px;
border-radius: 2px;
- background-color: white;
+ background-color: #f9f3e3;
position: absolute;
content: "";
transition: all 0.2s ease-in-out;
}
#overlay-button:hover span, #overlay-button:hover span:before, #overlay-button:hover span:after {
- background: white;
+ background: #ffefc0;
}
input[type=checkbox] {
display: none;
@@ -176,7 +176,7 @@ input[type=checkbox]:checked ~ #overlay-button span:after {
}
#overlay {
width: 100vw;
- background: #5a175d;
+ background: #ce3045;
max-height: 0;
overflow: hidden;
transition: all ease-in-out .5s;
@@ -197,7 +197,7 @@ input[type=checkbox]:checked ~ #overlay-button span:after {
padding: 1em;
}
#overlay ul li a {
- color: white;
+ color: #f9f3e3;
text-decoration: none;
}
@@ -254,4 +254,4 @@ input[type=checkbox]:checked ~ #overlay-button span:after {
display: block;
border-radius: 999px;
box-shadow: inset 0px -2px 2px rgba(0, 0, 0, 0.5);
-}
\ No newline at end of file
+}