mirror of
https://github.com/discourse/discourse.git
synced 2024-11-27 16:03:36 +08:00
UX: Banner topics should be readable even with dark color schemes.
This commit is contained in:
parent
ff758cea11
commit
d2a7904bf2
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue
Block a user