villeurbanne-intranet: update styles of WCS titles (#53938)

This commit is contained in:
Thomas Jund 2021-05-12 17:08:25 +02:00
parent e51d1d046a
commit 204e987f55
2 changed files with 3 additions and 4 deletions

View File

@ -2,11 +2,11 @@
// COMPONENTS
//
%h1 {
border-bottom: 5px solid currentColor;
border-bottom: 3px solid currentColor;
font-size: $fz-h1;
color: $primary-color;
text-transform: uppercase;
font-weight: 700;
font-weight: 600;
margin-bottom: 1em;
}
@ -65,7 +65,6 @@ h1#logo.has-logo {
height: 45px;
}
}
}
#toplinks {

View File

@ -9,7 +9,7 @@ $red: #ED1C24;
$ff-ss-serif: Montserrat, sans-serif;
$fz-h1: 1.75em;
$fz-h1: 1.5em;
$fz-h2: 1.375em;
$fz-h3: 1.125em;