Update --global-divider-color
This commit is contained in:
parent
135dd1115b
commit
8949914dee
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue