mirror of
https://github.com/hazemKrimi/personal-website.git
synced 2026-05-01 18:00:26 +00:00
Finish table of contents and pagination
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user