31 lines
417 B
Plaintext
31 lines
417 B
Plaintext
.article {
|
|
line-height: 1.7;
|
|
|
|
> * {
|
|
margin-bottom: 1rem;
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
|
|
pre {
|
|
tab-size: 4;
|
|
padding: 1em;
|
|
color: #fff;
|
|
overflow: auto;
|
|
border-radius: .75rem;
|
|
background-color: #333;
|
|
}
|
|
|
|
ul {
|
|
line-height: 2;
|
|
list-style: disc;
|
|
margin-left: 1.25rem;
|
|
|
|
::marker {
|
|
color: rgb(244 114 182 / var(--tw-bg-opacity));
|
|
}
|
|
}
|
|
}
|