Skip to content

Commit

Permalink
improved buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
tpkowastaken committed Apr 19, 2023
1 parent eb05ff1 commit dcac375
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ h1 {
margin-bottom: 0 !important;
}

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

0 comments on commit dcac375

Please sign in to comment.