misc, text & toc display

This commit is contained in:
2020-07-06 15:03:02 +02:00
parent e6beb65a74
commit 5691b071a1
8 changed files with 203 additions and 90 deletions
+16
View File
@@ -27,3 +27,19 @@ footer[role="tools"] .row>header,
footer[role="tools"] .row>nav{
@include fontsans;
}
@mixin title1blue {
@include fontserif;
font-size: 2.268em;
color: $bleuroi;
font-weight: 400;
margin:0;
}
@mixin title2black {
@include fontserif;
font-size: 1.134em;
color: $grisfonce;
font-weight: 400;
margin:0;
}