mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 05:43:16 +08:00
add missing .title bgcolor
This commit is contained in:
parent
42a8e742f8
commit
4b1eaa567e
|
@ -51,6 +51,7 @@ aside.quote {
|
|||
|
||||
.title {
|
||||
border-left: 5px solid dark-light-diff($primary, $secondary, 90%, -65%);
|
||||
background-color: dark-light-diff($primary, $secondary, 97%, -45%);
|
||||
color: scale-color($primary, $lightness: 30%);
|
||||
// IE will screw up the blockquote underneath if bottom padding is 0px
|
||||
padding: 12px 12px 1px 12px;
|
||||
|
|
Loading…
Reference in New Issue
Block a user