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;
|
height: 32px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
margin-left: 48px;
|
margin-left: 48px;
|
||||||
}
|
&:hover {
|
||||||
&:hover {
|
width: 36px;
|
||||||
width: 36px;
|
height: 36px;
|
||||||
height: 36px;
|
background-color: var(--light-gray);
|
||||||
background-color: var(--light-gray);
|
border-radius: 18px;
|
||||||
border-radius: 18px;
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue