styled blockquote more
This commit is contained in:
parent
375d6050cd
commit
364ee8758b
1 changed files with 7 additions and 1 deletions
|
@ -182,7 +182,7 @@ body > .systemMessage {
|
|||
.articleBody {
|
||||
margin-top: 20px;
|
||||
line-height: 1.6em;
|
||||
text-align: justify;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.articleBody a {
|
||||
|
@ -341,7 +341,12 @@ blockquote {
|
|||
margin-inline-start: 0;
|
||||
margin-inline-end: 0;
|
||||
padding-inline-start: 15px;
|
||||
padding-top: 0.5rem;
|
||||
padding-right: 0.5rem;
|
||||
padding-bottom: 0.5rem;
|
||||
border-inline-start: 3px solid var(--block-quote-border-color);
|
||||
background-color: var(--block-quote-background-color);
|
||||
text-align: justify;
|
||||
}
|
||||
|
||||
/* Feed Specific */
|
||||
|
@ -548,6 +553,7 @@ a.footnote:hover,
|
|||
color-scheme: light dark;
|
||||
--accent-color: #ef2687;
|
||||
--block-quote-border-color: #faa0b8;
|
||||
--block-quote-background-color: #fdd5e3;
|
||||
--hover-gradient-color-start: #f67b9c;
|
||||
--hover-gradient-color-end: #faa0b8;
|
||||
|
||||
|
|
Loading…
Reference in a new issue