mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-26 06:41:22 -04:00
oops background-color not color
This commit is contained in:
parent
491c93c3d1
commit
5028fdbed6
1 changed files with 2 additions and 2 deletions
|
@ -158,8 +158,8 @@
|
|||
}
|
||||
a.mention, .ac-wrap .item span {
|
||||
@include border-radius-all(6px);
|
||||
color: $quote-background;
|
||||
padding: 1px 5px;
|
||||
background-color: $quote-background;
|
||||
padding: 2px 5px;
|
||||
}
|
||||
a.mention {
|
||||
cursor: pointer;
|
||||
|
|
Loading…
Add table
Reference in a new issue