mirror of
https://github.com/lbr77/blog-astro.git
synced 2026-04-09 00:19:12 +00:00
dark mode
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user