bugfix link hover
This commit is contained in:
parent
7490b8d464
commit
f01096ed19
1 changed files with 6 additions and 6 deletions
|
|
@ -35,12 +35,12 @@ h3 {
|
|||
height: 32px;
|
||||
cursor: pointer;
|
||||
margin-left: 48px;
|
||||
}
|
||||
&:hover {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-color: var(--light-gray);
|
||||
border-radius: 18px;
|
||||
&:hover {
|
||||
width: 36px;
|
||||
height: 36px;
|
||||
background-color: var(--light-gray);
|
||||
border-radius: 18px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue