Add brightness effect of search button

This commit is contained in:
Monochromish 2022-07-02 11:18:38 +10:00
parent 0dc210d40b
commit efd3ce8f67
2 changed files with 7 additions and 0 deletions

View file

@ -842,6 +842,10 @@
animation: enlarge 0.5s ease-in-out;
}
.search-btn:hover {
filter: brightness(125%);
}
@keyframes enlarge {
0% {
transform: scale(1);