From 8f06c0a8622aed91aca6e3bac923b0d50c5c22d6 Mon Sep 17 00:00:00 2001 From: weru Date: Sun, 7 Jul 2019 07:36:20 +0300 Subject: [PATCH] edit variable --- assets/_comments.scss | 10 +++++----- assets/_components.scss | 4 ++-- assets/_footer.scss | 2 +- assets/_nav.scss | 2 +- assets/_posts.scss | 8 ++++---- assets/_subscribe.scss | 2 +- 6 files changed, 14 insertions(+), 14 deletions(-) diff --git a/assets/_comments.scss b/assets/_comments.scss index 9e0a0d9..088625d 100644 --- a/assets/_comments.scss +++ b/assets/_comments.scss @@ -16,7 +16,7 @@ margin:$padding 0; font-size: 1rem !important; padding: $padding $padding*1.5 !important; - border:1px solid $primary-color; + border:1px solid $theme; -webkit-appearance: none; border-radius:25px; outline: none; @@ -31,7 +31,7 @@ border-radius: 15px; } &-submit{ - background-color: $primary-color; + background-color: $theme; color:$light; font-size:1.25rem; cursor: pointer; @@ -40,7 +40,7 @@ border:none; } &:hover{ - background-color: lighten($primary-color, 5%); + background-color: lighten($theme, 5%); } } } @@ -49,7 +49,7 @@ } &_toggle{ @include shadow(.02); - background-color: $primary-color; + background-color: $theme; margin-top: 1.5rem; color:$light; display: inline-block; @@ -132,7 +132,7 @@ z-index: 9999; &_close{ margin: 25px 0; - background-color: $primary-color; + background-color: $theme; color:$light; border: 0; outline: 0; diff --git a/assets/_components.scss b/assets/_components.scss index c721137..82be01d 100644 --- a/assets/_components.scss +++ b/assets/_components.scss @@ -101,7 +101,7 @@ aside h3{ color: #1da1f2; } span.right { - color: $primary-color; + color: $theme; } section p{ text-align:left; @@ -112,7 +112,7 @@ section p{ } .point{ margin-right:15px; - color:$primary-color; + color:$theme; } .wrap{ padding:30px 40px 50px 40px; diff --git a/assets/_footer.scss b/assets/_footer.scss index 34a960f..cbd55c2 100644 --- a/assets/_footer.scss +++ b/assets/_footer.scss @@ -7,7 +7,7 @@ font-size: 1.05rem; min-height:75px; a { - color: $hover; + color: $theme; opacity: 0.8; transition: opacity 0.3s ease-in-out; &:hover { diff --git a/assets/_nav.scss b/assets/_nav.scss index 0a4437e..120aed2 100644 --- a/assets/_nav.scss +++ b/assets/_nav.scss @@ -40,7 +40,7 @@ color:$dark; transition:color 0.25s ease-in-out; &:hover{ - color: $primary-color; + color: $theme; } } } diff --git a/assets/_posts.scss b/assets/_posts.scss index 767a204..7e0ca9a 100644 --- a/assets/_posts.scss +++ b/assets/_posts.scss @@ -34,7 +34,7 @@ } } a{ - color: $hover; + color: $theme; padding-bottom:7.5px; &:hover { text-decoration: underline; @@ -101,7 +101,7 @@ font-weight: 500; a { &:hover { - color: $hover; + color: $theme; text-decoration: underline; opacity: 0.9; } @@ -110,7 +110,7 @@ &_tag { font-size: 0.84rem; font-weight: 300; - color: $hover; + color: $theme; text-transform: uppercase; } &_title{ @@ -133,7 +133,7 @@ display: inline-flex; margin-left: 5px; margin-right: 5px; - background: $primary-color; + background: $theme; color: $light; border-radius: 50%; margin-bottom: 30px; diff --git a/assets/_subscribe.scss b/assets/_subscribe.scss index 1820df1..9c7be11 100644 --- a/assets/_subscribe.scss +++ b/assets/_subscribe.scss @@ -9,7 +9,7 @@ padding: 5px 20px; font-size: 1.15rem; border-radius: 30px; - border: 1px solid $primary-color; + border: 1px solid $theme; outline: none; transition: all 0.3s ease-out; &:focus{