Skip to content

Commit

Permalink
fix up font indentation of categories list
Browse files Browse the repository at this point in the history
Signed-off-by: Zhangjin Wu <[email protected]>
  • Loading branch information
lzufalcon committed Oct 24, 2024
1 parent f093854 commit 6e98a06
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion assets/themes/tinylab.org/css/toc.css
Original file line number Diff line number Diff line change
Expand Up @@ -99,10 +99,18 @@
font-weight: 100
}

#toc_widget_container .nav .nav .nav .nav .nav > li {
font-size: 91%;
padding-left: 30px;
font-style: normal;
font-weight: 80
}

#toc_widget_container .nav .active *,
#toc_widget_container .nav .nav .active *,
#toc_widget_container .nav .nav .nav .active *,
#toc_widget_container .nav .nav .nav .nav .active * {
#toc_widget_container .nav .nav .nav .nav .active *
#toc_widget_container .nav .nav .nav .nav .nav .active * {
font-weight: 700;
color: red;
background-color: transparent;
Expand Down
2 changes: 1 addition & 1 deletion assets/themes/tinylab.org/css/toc.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6e98a06

Please sign in to comment.