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

@@ -62,9 +62,10 @@ const filename =
color: var(--fg);
font-weight: 500;
line-height: 1.4rem;
transition: background-color 120ms ease;
}
.file a:hover {
background-color: #eee;
background-color: var(--notion-gray-background);
}
.file a img {