home page

This commit is contained in:
2026-01-19 16:28:42 +01:00
parent 263f5bfc57
commit 3d3d01e653
29 changed files with 1611 additions and 13 deletions

View File

@@ -1,2 +1,3 @@
$bleu_site: #1642bc;
$bleu_typo: #0b1e52;
$rose: #f661e2

View File

@@ -16,4 +16,8 @@ body{
color: $bleu_typo;
}
@mixin titre_h3{
@include titre_h2();
font-size: 2em;
}