fix bullets in text

fix #32
This commit is contained in:
Standa Lukeš 2020-10-17 12:38:41 +00:00
parent 96dccd779d
commit 89702956c6

View file

@ -50,6 +50,11 @@ import Odevzdavatko from "./Odevzdavatko.svelte";
text-align: right;
font-style: italic;
}
/* Workaround: ksp.css is reseting the default style for ol and ul tags */
div :global(ul), div :global(ol) {
list-style: initial;
margin-left: 2em;
}
</style>
<div>