From 370e1d322d1e941ea4b8894eaa736f64036bbce7 Mon Sep 17 00:00:00 2001 From: Yaacov Akiba Slama Date: Sun, 23 Feb 2025 22:06:06 +0200 Subject: [PATCH] Improve the toggle icon in the toc --- theme/css/general.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/theme/css/general.css b/theme/css/general.css index 6c1b09b0..3a3724c6 100644 --- a/theme/css/general.css +++ b/theme/css/general.css @@ -261,3 +261,14 @@ sup { .result-no-output { font-style: italic; } + +.toggle div::before { + content: "\f105"; + font-family: FontAwesome; + color: var(--sidebar-fg); + font-size: 2rem; +} +.toggle div { + color: var(--sidebar-bg); + width: 0; +} \ No newline at end of file