Committer: root <root@fruw.org>

This commit is contained in:
root 2023-07-29 19:06:55 +05:00
parent 8b649389a3
commit 0b5163d2a8

View File

@ -59,11 +59,12 @@ a:hover {
ul { ul {
list-style: none; list-style: none;
padding-left: 2ch;
} }
ul li { ul li {
text-indent: -2ch; text-indent: -2ch;
} }
ul > li::before { ul > li::before {
content: '* '; content: '* ';
font-weight: bold; font-weight: bold;