feat: update button hover style and scrollbar style

This commit is contained in:
Yifei Zhang
2023-03-15 17:28:13 +00:00
parent bab470d000
commit e5c441d530
2 changed files with 4 additions and 2 deletions

View File

@@ -18,7 +18,8 @@
}
.icon-button:hover {
filter: brightness(0.9) hue-rotate(0.01turn);
filter: brightness(0.9);
border-color: var(--primary);
}
.icon-button-icon {
@@ -35,7 +36,7 @@
}
.icon-button:hover {
filter: brightness(1.2) hue-rotate(0.01turn);
filter: brightness(1.2);
}
}