bugfix link hover

This commit is contained in:
Chneemann 2024-03-23 09:28:50 +01:00
parent 7490b8d464
commit f01096ed19

View file

@ -35,13 +35,13 @@ h3 {
height: 32px;
cursor: pointer;
margin-left: 48px;
}
&:hover {
width: 36px;
height: 36px;
background-color: var(--light-gray);
border-radius: 18px;
}
}
}
.content-table {