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:
@@ -70,9 +70,13 @@ div.prose {
|
||||
|
||||
blockquote {
|
||||
margin-bottom: 1em;
|
||||
padding: 1em 1em 0.2em;
|
||||
border: var(--dtext-blockquote-border);
|
||||
background: var(--dtext-blockquote-background);
|
||||
padding-left: 0.5em;
|
||||
opacity: 0.75;
|
||||
border-left: 3px solid var(--dtext-blockquote-border-color);
|
||||
|
||||
blockquote {
|
||||
opacity: 1.0;
|
||||
}
|
||||
}
|
||||
|
||||
.tn {
|
||||
|
||||
Reference in New Issue
Block a user