more theming: search block, multiblock header, generale layout, fonts, colors, background
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
$bleu_site: #1642bc;
|
||||
$bleu_typo: #0b1e52;
|
||||
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user