improvement: use violet title by default
This commit is contained in:
parent
5a71a0f467
commit
271d9d4a77
3 changed files with 3 additions and 1 deletions
|
@ -430,6 +430,7 @@ h1 {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
color: #d33682;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -165,6 +165,7 @@ h1, h2, h3, h4, h5, h6, h7 {
|
||||||
h1 {
|
h1 {
|
||||||
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
|
//@include title(3.33em, 1.2em, 0.0em, 0.2em, 200);
|
||||||
@include newTitle($titlefont, 3.815, $fontweight_big);
|
@include newTitle($titlefont, 3.815, $fontweight_big);
|
||||||
|
color: $color-primary;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
|
|
Loading…
Reference in a new issue