Skip to content

Commit

Permalink
why is that not working??
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Apr 19, 2023
1 parent a43507b commit 7ce9876
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ h1 {
}

*:not(li) > li > li{
list-style: square;
list-style: square !important;
}
*:not(li) > li > li li{
list-style: disc;
list-style: disc !important;
}
/*toc*/
.toc__list:before {
Expand Down

0 comments on commit 7ce9876

Please sign in to comment.