improved index lists #1259

This commit is contained in:
2022-03-10 21:47:52 +01:00
parent 9f806420d5
commit deb3bf1d99
9 changed files with 245 additions and 41 deletions
+9
View File
@@ -43,6 +43,7 @@ footer[role="tools"] .row>nav{
color: $grisfonce;
font-weight: 400;
margin:0;
line-height: $base-line;
}
@mixin title2black {
@@ -69,6 +70,7 @@ footer[role="tools"] .row>nav{
color: $grisfonce;
font-weight: 400;
margin:0;
line-height: $base-line / 2;
}
@mixin title4grey {
@@ -100,6 +102,13 @@ footer[role="tools"] .row>nav{
line-height: $base-line;
}
@mixin titleSansRed {
font-family: "noto_sans";
color: $rouge;
font-weight: 400;
line-height: $base-line;
}
@mixin fontcaption {
@include fontsans;
font-size: 0.643em;