feat: improve visual feedback

This commit is contained in:
oSumAtrIX 2023-06-25 04:22:55 +02:00
parent 5f3674f3a8
commit cd1897393e
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -85,6 +85,10 @@
padding: 0.25rem 0.5rem;
border: 1px solid var(--grey-three);
border-radius: 8px;
&:hover {
background-color: var(--grey-two);
}
}
a {
@ -146,6 +150,10 @@
.option {
padding: 1rem;
&:hover {
background-color: var(--grey-two);
}
}
/* thanks piknik */