Fix sidebar dark mode color

This commit is contained in:
2024-09-06 13:15:45 +02:00
parent bbad4df37e
commit aa455f047b

View File

@@ -41,7 +41,7 @@
}
body.dark-mode .toc{
background-color: #333;
background-color: #212121;
color: white;
}