mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-23 01:35:38 +03:00
Subtle blockquote styling
This commit is contained in:
parent
244f3325ae
commit
fa145d3ed0
1 changed files with 14 additions and 2 deletions
|
@ -560,8 +560,20 @@
|
|||
.status .content blockquote {
|
||||
margin-block: min(0.75em, 12px);
|
||||
margin-inline: 0;
|
||||
padding: 0 0 0 8px;
|
||||
border-left: 4px solid var(--link-faded-color);
|
||||
padding-block: 0;
|
||||
padding-inline: 12px 0;
|
||||
/* border-left: 4px solid var(--link-faded-color); */
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
position: absolute;
|
||||
content: '';
|
||||
width: 3px;
|
||||
background-color: var(--link-faded-color);
|
||||
inset-block: 0;
|
||||
inset-inline-start: 0;
|
||||
border-radius: 9999px;
|
||||
}
|
||||
}
|
||||
.status .content > :is(ul, ol),
|
||||
.status .content > div > :is(ul, ol) {
|
||||
|
|
Loading…
Reference in a new issue