diff --git a/_sass/_themes.scss b/_sass/_themes.scss index 79a8e04..ed50f7f 100644 --- a/_sass/_themes.scss +++ b/_sass/_themes.scss @@ -13,7 +13,7 @@ --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,.1); + --global-divider-color: rgba(0,0,0,.2); .fa-sun { display : none; @@ -36,7 +36,7 @@ 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: #424246; + --global-divider-color: #53535a; .fa-sun { padding-left: 10px;