improvement: use violet title by default

This commit is contained in:
Kazhnuz 2019-10-18 15:27:56 +02:00
parent 5a71a0f467
commit 271d9d4a77
3 changed files with 3 additions and 1 deletions

View File

@ -430,6 +430,7 @@ h1 {
padding: 0;
padding-bottom: 1.5rem;
font-weight: 300;
color: #d33682;
}
h2 {

File diff suppressed because one or more lines are too long

View File

@ -165,6 +165,7 @@ h1, h2, h3, h4, h5, h6, h7 {
h1 {
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
@include newTitle($titlefont, 3.815, $fontweight_big);
color: $color-primary;
}
h2 {