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

@@ -85,7 +85,7 @@
#open-chatbox-label, .label-icon {
border: 1px solid $dark-color;
box-shadow: inset 0px 0px 0px 1px $dark-color;
background-color: transparentize($theme-color, 0.15);
background-color: $theme-highlight-color;
}
}
}
@@ -325,7 +325,7 @@
display: flex;
flex: 1 1 auto;
border: 1px solid $dark-color;
background: $light-color;
background: $white;
color: $dark-color;
font-family: $theme-font;
margin-right: 0.2rem;
@@ -367,7 +367,7 @@
outline: none;
border: 1px solid $dark-color;
box-shadow: inset 0px 0px 0px 1px $dark-color;
background-color: transparentize($theme-color, 0.15);
background-color: $theme-highlight-color;
}
}
}