diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 20:58:50 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 20:58:59 +0700 |
commit | 70704b634dbb8b1ec71423ef88502ba667d91fb1 (patch) | |
tree | 63601ed91ca4f6990e537a77bdfd285f19f2fdeb /assets | |
parent | f3331d5172bd711d5cd6a4978b85d1cef9d7e355 (diff) | |
download | victor-70704b634dbb8b1ec71423ef88502ba667d91fb1.tar.gz |
Add link to headings
Diffstat (limited to 'assets')
-rw-r--r-- | assets/css/theme.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/assets/css/theme.css b/assets/css/theme.css index 22400e9..1c10e99 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -55,6 +55,10 @@ a.nav-next::before { content: "← " } -.toc-collapse { +h2, .toc-collapse { text-align: initial; } + +h2::before, h3::before, h4::before, h5::before, h6::before { + content: "§ "; +} |