add lists support to babycode

This commit is contained in:
2025-05-26 19:34:12 +03:00
parent ea83a31b16
commit e46883c3c1
4 changed files with 102 additions and 10 deletions

View File

@ -523,7 +523,7 @@ input[type="text"], input[type="password"], textarea, select {
}
ul {
ul, ol {
margin: 10px 0 10px 30px;
padding: 0;
}