mirror of
https://github.com/lukaszraczylo/git-velocity.git
synced 2026-06-09 23:04:00 +00:00
Remove the light mode.
This commit is contained in:
@@ -31,13 +31,3 @@
|
||||
100% { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
}
|
||||
|
||||
/* Dark mode body background - Tailwind v4 doesn't process dark: variants on body properly */
|
||||
.dark body,
|
||||
body.dark {
|
||||
background-image: linear-gradient(to bottom right, var(--color-gray-900), var(--color-gray-800));
|
||||
}
|
||||
|
||||
html.dark {
|
||||
background-color: var(--color-gray-900);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user