This commit is contained in:
Julie Blanc 2025-12-16 18:36:28 +01:00
parent a23a54c862
commit 8c604d12c9
11 changed files with 140 additions and 28 deletions

View file

@ -19,6 +19,24 @@ button:disabled{
}
.soutenir{
a{
color: var(--color-accent);
&:hover{
color: var(--color-accent)!important;
text-decoration: underline!important;
}
}
}
// DELETE ?
.btn__default{