1
0

Fix OLED colors (#4638)

* Make OLED theme proper dark again, shifting surface vars up one.

* Revert tertiary text color
This commit is contained in:
Prospector
2025-10-24 15:45:04 -07:00
committed by GitHub
parent ccb24ce8eb
commit bcca66b12c

View File

@@ -303,7 +303,7 @@ html {
--color-text-primary: #ffffff;
--color-text-default: #b0bac5;
--color-text-tertiary: #80878f;
--color-text-tertiary: #96a2b0;
// ===
@@ -389,10 +389,10 @@ html {
.oled-mode {
@extend .dark-mode;
--surface-1: #000000;
--surface-2: #101013;
--surface-3: #1b1b20;
--surface-4: #25262b;
--surface-5: #2e2f34;
--surface-2: #09090a;
--surface-3: #101013;
--surface-4: #1b1b20;
--surface-5: #25262b;
--color-ad: #0d1828;