diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 16:25:49 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 17:45:33 +0300 |
| commit | eaa26ae28ba242e50ea9e9c3731962f6eeef55e1 (patch) | |
| tree | 66b8947af1e02afd066e9c0072140c49422a9ca2 /_sass | |
| parent | 2892a301be9baa15c8ea9511c65277ab80b95879 (diff) | |
rebaseee
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_base.scss | 5 | ||||
| -rw-r--r-- | _sass/_gt-theme.scss | 4 |
2 files changed, 6 insertions, 3 deletions
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; |
