mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
Darken the left border on blockquotes
This is a compromise between the old color when selected and when not selected. It makes the border a little easier to see while still being subtle. (imported from commit 7177d8f688af3de15f3e309d6a9c7c248acb1db4)
This commit is contained in:
parent
315d27076b
commit
0d53253f7b
@ -924,6 +924,7 @@ blockquote p {
|
||||
.messagebox blockquote {
|
||||
padding-left: 5px;
|
||||
margin-left: 10px;
|
||||
border-left-color: #ddd;
|
||||
}
|
||||
|
||||
#send_message_form {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user