Finish table of contents and pagination

This commit is contained in:
Hazem Krimi
2023-11-16 16:59:45 +01:00
parent 64723c3860
commit ad19dc44c3
18 changed files with 273 additions and 67 deletions
+6
View File
@@ -67,6 +67,12 @@ function loadTheme() {
? 'var(--card-light-background)'
: 'var(--card-dark-background)'
);
root.style.setProperty(
'--toc-background',
theme === 'light'
? 'var(--toc-light-background)'
: 'var(--toc-dark-background)'
);
root.style.setProperty(
'--about-card-background',
theme === 'light'