mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
16 lines
366 B
CSS
16 lines
366 B
CSS
|
|
.content code:not(pre code)::after,
|
||
|
|
.content code:not(pre code)::before {
|
||
|
|
content: "";
|
||
|
|
}
|
||
|
|
|
||
|
|
.content ol li input[type="checkbox"],
|
||
|
|
.content ul li input[type="checkbox"] {
|
||
|
|
border-radius: 0.25rem;
|
||
|
|
margin-bottom: 0.2rem;
|
||
|
|
margin-right: 0.5rem;
|
||
|
|
margin-top: 0;
|
||
|
|
vertical-align: middle;
|
||
|
|
--tw-text-opacity: 1;
|
||
|
|
color: var(--theme-primary-400);
|
||
|
|
}
|