add blur hover effect to buttons
This commit is contained in:
@ -71,6 +71,9 @@ p {
|
||||
.btn--solid:hover {
|
||||
background-color: transparent;
|
||||
color: var(--foreground-text);
|
||||
background-color: rgba(255, 255, 255, 0.1);
|
||||
backdrop-filter: blur(30px);
|
||||
color: rgba(255, 255, 255, 0.8);
|
||||
}
|
||||
|
||||
.site-navigation {
|
||||
|
||||
Reference in New Issue
Block a user