add blur hover effect to buttons
This commit is contained in:
@ -68,6 +68,7 @@ p {
|
||||
|
||||
&:hover {
|
||||
text-decoration: none;
|
||||
|
||||
}
|
||||
|
||||
&--solid {
|
||||
@ -76,6 +77,9 @@ p {
|
||||
&: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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user