page folder
All checks were successful
Deploy / Deploy to Production (push) Successful in 12s

This commit is contained in:
Julie Blanc 2026-01-27 18:33:27 +01:00
parent e6f62a62df
commit 4610cc4fe7
11 changed files with 379 additions and 86 deletions

View file

@ -3,6 +3,9 @@ button{
font-family: var(--font);
font-size: var(--fons-normal);
color: var(--color-txt);
svg{
fill: var(--color-txt);
}
&:hover{
color: var(--grey-100);
svg{ fill: var(--grey-100); }