fix: indentation on lists

main
code913 2 years ago
parent a475f54d0c
commit 4da6f5c357

@ -28,4 +28,8 @@
:global(a) { :global(a) {
color: var(--md-sys-color-primary); color: var(--md-sys-color-primary);
} }
:global(:where(ul, ol, li)) {
padding: revert;
}
</style> </style>

Loading…
Cancel
Save