dtext: change [quote] styling.
Change [quote] styling to Reddit/Github style (greyed out, with a bar on the left side) instead of traditional forum style (big grey box around the quote). Reasons for this change: * Box style is bulkier, especially for short quotes in comments. * Box style works poorly for deeply nested quotes. * Box style looks bad on widescreen monitors, since the quote stretches across the full width of the screen.
This commit is contained in:
@@ -174,8 +174,7 @@
|
||||
--notice-info-background: var(--warning-background-color);
|
||||
--notice-info-border: 1px solid #CCC999;
|
||||
|
||||
--dtext-blockquote-border: 1px solid #666;
|
||||
--dtext-blockquote-background: #EEE;
|
||||
--dtext-blockquote-border-color: #999;
|
||||
--dtext-code-background: #EEE;
|
||||
--dtext-expand-border: 1px inset #666;
|
||||
--dtext-spoiler-background-color: black;
|
||||
@@ -320,8 +319,7 @@ body[data-current-user-theme="dark"] {
|
||||
--diff-list-obsolete-added-color: var(--green-3);
|
||||
--diff-list-obsolete-removed-color: var(--red-3);
|
||||
|
||||
--dtext-blockquote-background: var(--grey-3);
|
||||
--dtext-blockquote-border: 1px solid var(--grey-4);
|
||||
--dtext-blockquote-border-color: var(--grey-4);
|
||||
--dtext-code-background: var(--grey-2);
|
||||
--dtext-expand-border: 1px inset var(--grey-4);
|
||||
--dtext-spoiler-background-color: black;
|
||||
|
||||
Reference in New Issue
Block a user