adjust button hover glow
This commit is contained in:
parent
35b4b16e69
commit
62d27c27c6
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ p {
|
|||
margin: 1vh 0vw;
|
||||
}
|
||||
&:hover{
|
||||
box-shadow: 0px 0px 30px rgba(from var(--secondary-bg-color) r g b / 0.6);
|
||||
box-shadow: 0px 0px 20px rgba(from var(--main-bg-color) r g b / 1);
|
||||
transition: 0.25s;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue