updating banner style, fixes darker themes

This commit is contained in:
Kris 2017-10-26 22:39:27 -04:00
parent 70aed105a6
commit 4e2b85bb7f
1 changed files with 3 additions and 4 deletions

View File

@ -4,10 +4,9 @@
#banner {
padding: 10px;
border-radius: 5px;
background: $tertiary-low;
box-shadow: 0 1px 2px $tertiary-medium;
color: darken($tertiary, 45%);
box-shadow: 0 2px 4px -1px rgba(0,0,0, .25);
color: $primary;
z-index: 1001;
overflow: auto;
@ -18,7 +17,7 @@
.close {
font-size: 1.786em;
margin-top: -5px;
color: $tertiary-medium;
color: dark-light-choose($primary-low-mid, $secondary-medium);
padding-left: 5px;
float: right;
}