mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #1882 from awesomerobot/master
making @mention background darker in blockquotes
This commit is contained in:
commit
a4e28eadd0
@ -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 New Issue
Block a user