mirror of
https://github.com/deiucanta/chatpad.git
synced 2026-03-11 09:04:31 +00:00
improve ol and ul
This commit is contained in:
parent
3081eeb175
commit
9baa8c7d4e
1 changed files with 6 additions and 0 deletions
|
|
@ -11,6 +11,12 @@
|
|||
padding: 8px 12px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
ul {
|
||||
padding-left: 20px;
|
||||
}
|
||||
li {
|
||||
padding-left: 4px;
|
||||
}
|
||||
}
|
||||
|
||||
.dark-theme {
|
||||
|
|
|
|||
Loading…
Reference in a new issue