UX: Banner topics should be readable even with dark color schemes.

This commit is contained in:
Robin Ward 2014-12-10 10:46:30 -05:00
parent ff758cea11
commit d2a7904bf2
1 changed files with 2 additions and 0 deletions

View File

@ -7,6 +7,7 @@
border-radius: 5px;
background: scale-color($tertiary, $lightness: 90%);
box-shadow: 0 1px 2px scale-color($tertiary, $lightness: 70%);
color: darken($tertiary, 45%);
z-index: 501;
overflow: auto;
@ -17,6 +18,7 @@
.close {
font-size: 25px !important;
margin-top: -10px !important;
color: darken($tertiary, 45%);
}
.meta {