mirror of
https://github.com/fruworg/themu.git
synced 2025-06-14 18:50:26 +03:00
fix unwanted star before ordered list
This commit is contained in:
@ -60,7 +60,7 @@ ul {
|
||||
ul li {
|
||||
text-indent: -2ch;
|
||||
}
|
||||
ul li::before {
|
||||
ul > li::before {
|
||||
content: '* ';
|
||||
font-weight: bold;
|
||||
}
|
||||
|
Reference in New Issue
Block a user