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

@@ -74,11 +74,17 @@ try {
width: 100%;
box-sizing: border-box;
text-decoration: none;
border: 1px solid rgba(55, 53, 47, 0.16);
border: 1px solid var(--notion-border);
background: var(--notion-surface);
border-radius: 3px;
display: flex;
overflow: hidden;
user-select: none;
transition: background-color 160ms ease, border-color 160ms ease;
}
.bookmark > a:hover {
background: var(--notion-surface-strong);
border-color: color-mix(in oklab, var(--notion-border) 70%, transparent);
}
.bookmark > a > div:first-child {
flex: 4 1 180px;