Added styling for blockquotes
This commit is contained in:
parent
65d6ef2e9d
commit
3619a7213b
4 changed files with 28 additions and 0 deletions
|
|
@ -878,6 +878,13 @@ body.layout-single-column {
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-single-column .e-content blockquote,
|
||||||
|
.layout-single-column .reply-indicator__content blockquote,
|
||||||
|
.layout-single-column .status__content__text blockquote {
|
||||||
|
color: var(--color-content-fg-muted);
|
||||||
|
border-color: var(--color-lines);
|
||||||
|
}
|
||||||
|
|
||||||
/* 📏 Post dividers */
|
/* 📏 Post dividers */
|
||||||
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
||||||
.layout-single-column .status::before,
|
.layout-single-column .status::before,
|
||||||
|
|
|
||||||
|
|
@ -878,6 +878,13 @@ body.layout-single-column {
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-single-column .e-content blockquote,
|
||||||
|
.layout-single-column .reply-indicator__content blockquote,
|
||||||
|
.layout-single-column .status__content__text blockquote {
|
||||||
|
color: var(--color-content-fg-muted);
|
||||||
|
border-color: var(--color-lines);
|
||||||
|
}
|
||||||
|
|
||||||
/* 📏 Post dividers */
|
/* 📏 Post dividers */
|
||||||
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
||||||
.layout-single-column .status::before,
|
.layout-single-column .status::before,
|
||||||
|
|
|
||||||
|
|
@ -878,6 +878,13 @@ body.layout-single-column {
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-single-column .e-content blockquote,
|
||||||
|
.layout-single-column .reply-indicator__content blockquote,
|
||||||
|
.layout-single-column .status__content__text blockquote {
|
||||||
|
color: var(--color-content-fg-muted);
|
||||||
|
border-color: var(--color-lines);
|
||||||
|
}
|
||||||
|
|
||||||
/* 📏 Post dividers */
|
/* 📏 Post dividers */
|
||||||
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
||||||
.layout-single-column .status::before,
|
.layout-single-column .status::before,
|
||||||
|
|
|
||||||
|
|
@ -878,6 +878,13 @@ body.layout-single-column {
|
||||||
line-height: 19px;
|
line-height: 19px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.layout-single-column .e-content blockquote,
|
||||||
|
.layout-single-column .reply-indicator__content blockquote,
|
||||||
|
.layout-single-column .status__content__text blockquote {
|
||||||
|
color: var(--color-content-fg-muted);
|
||||||
|
border-color: var(--color-lines);
|
||||||
|
}
|
||||||
|
|
||||||
/* 📏 Post dividers */
|
/* 📏 Post dividers */
|
||||||
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
/* Use ::before to set a non-full-width divider between posts and notifications. The divider sits above the post. */
|
||||||
.layout-single-column .status::before,
|
.layout-single-column .status::before,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue