more theming: search block, multiblock header, generale layout, fonts, colors, background

This commit is contained in:
2025-12-09 16:36:53 +01:00
parent 28c4a2d1b5
commit 8d74e1072a
201 changed files with 439233 additions and 8 deletions

View File

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

View File

@@ -0,0 +1,19 @@
@import "/assets/fonts/fredoka/stylesheet.css";
@import "/assets/fonts/Schibsted_Grotesk/stylesheet.css";
body{
font-family: "Schibsted Grotesk";
font-weight: normal;
font-style: normal;
color: $bleu_typo;
}
@mixin titre_h2{
font-family: 'Fredoka';
font-size: 3em;
font-weight: 400;
color: $bleu_typo;
}