diff --git a/_includes/footer.html b/_includes/footer.html index 895ed32..af48c20 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,14 +11,6 @@ {{ site.title }} - diff --git a/_sass/components/_feature.scss b/_sass/components/_feature.scss index 9e23768..81dc2d1 100644 --- a/_sass/components/_feature.scss +++ b/_sass/components/_feature.scss @@ -21,7 +21,7 @@ .feature-title { font-width: bold; margin-top: 0; - color: $primary; + color: darken($primary, 10%); } .feature-content { margin-bottom: 0; diff --git a/_sass/components/_header.scss b/_sass/components/_header.scss index f9ad34c..f2c89cf 100644 --- a/_sass/components/_header.scss +++ b/_sass/components/_header.scss @@ -1,6 +1,6 @@ .header { - color: $primary; - background-color: #ffffff; + color: #000; + background-color: $primary; display: flex; justify-content: space-between; align-items: center; diff --git a/_sass/components/_main-menu.scss b/_sass/components/_main-menu.scss index f1ac9ed..2ed689d 100644 --- a/_sass/components/_main-menu.scss +++ b/_sass/components/_main-menu.scss @@ -12,7 +12,7 @@ display: inline-block; font-weight: normal; text-decoration: none; - color: $primary; + color: #000; &:hover { text-decoration: underline; }