From eaa26ae28ba242e50ea9e9c3731962f6eeef55e1 Mon Sep 17 00:00:00 2001 From: norrinorri Date: Sat, 27 May 2017 16:25:49 +0300 Subject: rebaseee --- _sass/_base.scss | 5 +++-- _sass/_gt-theme.scss | 4 +++- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to '_sass') diff --git a/_sass/_base.scss b/_sass/_base.scss index 8a19ae3..1c74a9d 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -97,8 +97,9 @@ h1, h2, h3, h4, h5, h6 { font-weight: $base-font-weight; } - - +h1 { + color: $purple-color; +} /** * Links */ diff --git a/_sass/_gt-theme.scss b/_sass/_gt-theme.scss index 4b3c8ad..979fcd2 100644 --- a/_sass/_gt-theme.scss +++ b/_sass/_gt-theme.scss @@ -56,6 +56,7 @@ body { margin-top: $spacing-unit / 4; overflow: hidden; ul { + overflow: hidden; background: $grey-color-light; margin: 0; @@ -69,6 +70,7 @@ body { font-size: 1.0em; } a, a:visited, a:hover { + text-decoration: none; color: $text-color; } } @@ -76,7 +78,7 @@ body { .header__title { padding-top: $spacing-unit/2; padding-bottom: $spacing-unit/2; - background-color: #730099; + background-color: $purple-color; h1 { text-align: center; //border-bottom: 1px solid; -- cgit v1.3