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