mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
making @mention background darker in blockquotes
This commit is contained in:
parent
8cc2167b9b
commit
a09dc916ee
1 changed files with 2 additions and 0 deletions
|
@ -615,6 +615,8 @@ position: relative;
|
|||
blockquote { /* solo quotes */
|
||||
margin: 14px 0;
|
||||
padding: 12px;
|
||||
|
||||
a.mention {background: #ddd;}
|
||||
p:first-of-type {margin-top: 0;}
|
||||
p:last-of-type {margin-bottom: 0;}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue