fix hover color

This commit is contained in:
Georgi Gardev
2023-11-19 18:08:19 +02:00
parent fef851e7e7
commit b52fad7b3c

View File

@@ -6,12 +6,13 @@
backdrop-filter: blur(10px);
color: #eee;
border-radius: 1rem;
cursor: pointer;
transition: background-color 0.2s ease-in-out;
}
.App:hover, .Box:focus-within {
background-color: rgba(255, 255, 255, 1);
background-color: rgba(0, 0, 0, 0.9);
}