dark mode

This commit is contained in:
2025-12-08 13:08:51 +08:00
parent ea660e7802
commit 8fd47efc96
7 changed files with 135 additions and 44 deletions

View File

@@ -58,7 +58,7 @@ if (!block.TableOfContents) {
text-decoration: underline;
}
.table-of-contents > a:hover {
background: rgba(241, 241, 239, 1) !important;
background: var(--notion-gray-background) !important;
}
.table-of-contents > a.indent-1 {
padding-left: 1.5rem;