Use darker colors and same font for text on home page hero

This commit is contained in:
kolaente 2019-10-30 22:25:30 +01:00
parent 99f9cbf56b
commit 4f80bda7aa
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 3 deletions

View File

@ -49,11 +49,9 @@ h1, h2, h3, h4, h5, h6 {
}
h4 {
font-family: $family-sans-serif;
a {
text-decoration: underline;
color: darken($green, 5%) !important;
color: lighten($dark, 10) !important;
}
}