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/_gt-theme.scss | |
| parent | 2892a301be9baa15c8ea9511c65277ab80b95879 (diff) | |
rebaseee
Diffstat (limited to '_sass/_gt-theme.scss')
| -rw-r--r-- | _sass/_gt-theme.scss | 4 |
1 files changed, 3 insertions, 1 deletions
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; |
