disable glow in dark mode

This commit is contained in:
Niléane 2023-12-21 15:27:02 +01:00
commit 9f48fc52ee
No known key found for this signature in database
3 changed files with 3 additions and 0 deletions

View file

@ -40,6 +40,7 @@
@media (prefers-color-scheme: dark) {
:root {
--color-bg: #030303;
--gradient-bg: none;
--color-fg: #d6d2e0;
--color-fg-muted: #6e5e67;
--color-secondary-bg: #1f1118;