diff --git a/_sass/_themes.scss b/_sass/_themes.scss index ed50f7f..9cccad7 100644 --- a/_sass/_themes.scss +++ b/_sass/_themes.scss @@ -13,7 +13,8 @@ --global-footer-text-color: #{$grey-color-light}; --global-footer-link-color: #{$white-color}; --global-distill-app-color: #{$grey-color}; - --global-divider-color: rgba(0,0,0,.2); + --global-divider-color: rgba(0,0,0,.15); + --global-category-color: rgba(0,0,0,.4); .fa-sun { display : none; @@ -36,7 +37,10 @@ html[data-theme='dark'] { --global-footer-text-color: #{$grey-color-dark}; --global-footer-link-color: #{$black-color}; --global-distill-app-color: #{$grey-color-light}; - --global-divider-color: #53535a; + --global-divider-color: #424246; + // --global-divider-color: #4b4b52; + // --global-divider-color: #53535a; + --global-category-color: #737380; .fa-sun { padding-left: 10px;