This commit is contained in:
Julie Blanc 2026-02-16 12:26:33 +01:00
parent 09d4bc5204
commit 1b76727eff
10 changed files with 147 additions and 89 deletions

View file

@ -13,10 +13,6 @@
display: flex;
flex-direction: column;
&:hover{
background-color: var(--color-light);
// color: white;
}
cursor: pointer;
@ -46,7 +42,12 @@
}
&:hover{
border-color: var(--color-txt);
// .title{
// color: var(--data-color);
// }
background-color: var(--data-color-light);
// border-color: var(--color-txt);
.btn--go-to{
left: calc(var(--unit)*0.25);
}