modifs couleurs etc

This commit is contained in:
Valentin
2024-03-25 23:22:38 +01:00
parent 6af420e9bb
commit 66bd5cb3d9
8 changed files with 733 additions and 341 deletions
@@ -22,10 +22,6 @@
font-family: Syne, sans-serif;
font-weight: bold;
}
@mixin logiciels-libres-font {
font-family: Rumeur, sans-serif;
font-weight: bold;
}
@mixin commanditaires-font {
font-family: Moche, sans-serif;
font-weight: bold;
@@ -60,6 +56,13 @@
$mainColor: #0e1229;
$mainColorSoft: #1f2429;
$bgColor: #f5f5f5;
$color_publique: #ffaeab;
$color_sociale: #71ff94;
$color_culturelle: #feff74;
$color_commanditaire: #fabbde;
$color_figureslibres: #82f8ee;
$color_projets: #4bffc9;
// colors - gradient
$bgGradientToBottom: linear-gradient(to bottom, #{$bgColor}, #{$bgColor}00);
$bgGradientToLeft: linear-gradient(to left, #{$bgColor}, #{$bgColor}00);