[STYLE] Change blockquotes style to be like .bigquote
This commit is contained in:
parent
715fb3f414
commit
b6ec4023b1
1 changed files with 5 additions and 2 deletions
|
@ -673,9 +673,12 @@ details[open] summary:hover {
|
|||
}
|
||||
|
||||
/******************* Article Blockquote *******************/
|
||||
.bigquote {
|
||||
blockquote {
|
||||
position: relative;
|
||||
background-color: var(--background-color-light);
|
||||
padding: 0.1rem 1rem;
|
||||
}
|
||||
.bigquote {
|
||||
padding: 1rem;
|
||||
border-radius: 1.5rem;
|
||||
margin-top: 2rem;
|
||||
|
@ -686,7 +689,7 @@ details[open] summary:hover {
|
|||
.bigquote footer {
|
||||
text-align: right;
|
||||
}
|
||||
.bigquote:after {
|
||||
blockquote:after {
|
||||
position: absolute;
|
||||
content: "”";
|
||||
color: var(--text-color);
|
||||
|
|
Loading…
Reference in a new issue