Made dark theme darker, fixes #8

This commit is contained in:
Jean Viscogliosi-Pate 2024-08-31 21:57:24 -07:00
parent 9eced82e93
commit 8609f47c0c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
@media (prefers-color-scheme: dark) {
:root {
--color-primary-text: var(--color-lighter-gray);
--background-color: #1e1e1e;
--background-color: #141414;
--color-border: rgba(255, 255, 255, 0.08);
--color-secondary-text: var(--color-secondary-text-light);
}