From cf91ff39630cead0fad16c16858405b3efbe7994 Mon Sep 17 00:00:00 2001 From: Ngô Ngọc Đức Huy Date: Fri, 4 Aug 2023 10:17:49 +0700 Subject: Implement table of contents --- assets/css/theme.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'assets/css') diff --git a/assets/css/theme.css b/assets/css/theme.css index 1162ae0..22400e9 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -54,3 +54,7 @@ a.nav-prev::after { a.nav-next::before { content: "← " } + +.toc-collapse { + text-align: initial; +} -- cgit 1.4.1