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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user