cnil: adapt color/size of titles (#38424)

This commit is contained in:
Frédéric Péters 2019-12-11 18:37:30 +01:00
parent 9817da1db0
commit ec13c917dc
1 changed files with 2 additions and 2 deletions

View File

@ -15,10 +15,10 @@ $font-family: Georgia, "Times New Roman", Times, serif;
$title-font-family: "Open Sans", arial, sans-serif;
$title-transform: uppercase;
$title-font-size: 24px;
$title-font-size: 20px;
$title-weight: bold;
$title-background: white;
$title-color: #333;
$title-color: $darkgray;
$width: 1000px;
$font-color: $typogray;