diff options
| author | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 17:45:06 +0300 |
|---|---|---|
| committer | norrinorri <noora.vanttine@gmail.com> | 2017-05-27 17:45:33 +0300 |
| commit | 859935b87c929d87f19888928b686815004b02f1 (patch) | |
| tree | 36241eea306960606a629138fd7d6c2de1a4f58b /_sass | |
| parent | eaa26ae28ba242e50ea9e9c3731962f6eeef55e1 (diff) | |
frontpage and styling
Diffstat (limited to '_sass')
| -rw-r--r-- | _sass/_base.scss | 6 | ||||
| -rw-r--r-- | _sass/_gt-theme.scss | 3 |
2 files changed, 6 insertions, 3 deletions
diff --git a/_sass/_base.scss b/_sass/_base.scss index 1c74a9d..bd0f919 100644 --- a/_sass/_base.scss +++ b/_sass/_base.scss @@ -95,11 +95,9 @@ li { */ h1, h2, h3, h4, h5, h6 { font-weight: $base-font-weight; -} - -h1 { color: $purple-color; } + /** * Links */ @@ -208,3 +206,5 @@ pre { } } } + + diff --git a/_sass/_gt-theme.scss b/_sass/_gt-theme.scss index 979fcd2..4ffe729 100644 --- a/_sass/_gt-theme.scss +++ b/_sass/_gt-theme.scss @@ -73,6 +73,9 @@ body { text-decoration: none; color: $text-color; } + a:hover{ + color: $purple-color; + } } .header__title { |
