fix color inconsistencies

This commit is contained in:
Sharon Kennedy
2020-02-25 20:21:09 -05:00
parent 5e4f96efba
commit 9daba69247
3 changed files with 20 additions and 5 deletions

View File

@@ -4,6 +4,19 @@
color: $dark-theme-color;
}
.dock {
#open-chatbox-label, .label-icon {
border-color: $white;
}
&:hover {
#open-chatbox-label, .label-icon {
border: 1px solid $dark-color;
box-shadow: inset 0px 0px 0px 1px $dark-color;
}
}
}
.widget-header-minimize, .widget-header-close {
background: $dark-background-color;
color: $light-text-color;