feat: revert dark mode to @fisch0920/use-dark-mode

This commit is contained in:
Travis Fischer
2022-04-26 18:21:03 -04:00
parent 4ebda1a789
commit 9afdbe32bf
10 changed files with 98 additions and 41 deletions

View File

@@ -68,7 +68,7 @@
fill: var(--bg-color);
}
:global([data-theme='dark']) .action:hover svg {
:global(.dark-mode) .action:hover svg {
fill: var(--fg-color);
}