fix hover color
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user