This commit is contained in:
2023-06-18 17:49:03 +02:00
parent ed662f22c9
commit 5cdf290659
+38 -3
View File
@@ -1240,20 +1240,54 @@ section[role="main-content"]{
} }
#static{ #static{
@include fontsans;
>header{ >header{
h1{ h1{
@include titleSansRed;
margin-bottom: $base-line * 0.4;
} }
nav.toc{ nav.toc{
li{ li{
a{ a{
font-size: 1em; font-size: 1em;
line-height: $base-line * 0.5; line-height: $base-line * 0.7;
margin-bottom: $base-line / 2; font-weight: 300;
} }
} }
} }
} }
>section{
h1{
font-weight: 400;
color: $bleuroi;
}
p{
margin-top:0;
font-size: 1em;
line-height: $base-line * 0.7;
font-weight: 300;
}
dl{
font-size: 1em;
line-height: $base-line * 0.7;
font-weight: 300;
span.label{
font-weight: 400;
}
dd{
margin: 0;
}
margin-bottom: $base-line;
}
a{
font-size: 1em;
line-height: $base-line * 0.7;
font-weight: 300;
border-bottom: 1px dotted #1a1a1a;
margin-bottom: $base-line * 0.5;
display: inline-block;
}
figure{ figure{
margin: 2em 0; margin: 2em 0;
img{ img{
@@ -1266,6 +1300,7 @@ section[role="main-content"]{
} }
} }
} }
}
footer[role="tools"]{ footer[role="tools"]{
$list-item-h: 7em; $list-item-h: 7em;