Update: color adjust

This commit is contained in:
hyzen
2026-03-15 21:21:26 +05:30
parent 3d812ffdde
commit 2be5000f8e
2 changed files with 4 additions and 4 deletions

View File

@@ -445,11 +445,11 @@
/* Force light theme */ /* Force light theme */
[data-theme='light'] { [data-theme='light'] {
--background-color: #fff; --background-color: #fff;
--background-color1: #777; --background-color1: #ff3d3d;
--foreground-color: #000000e1; --foreground-color: #000000e1;
--foreground-color3: #665c54; --foreground-color3: #665c54;
--accent-color: #1133e9c5; --accent-color: #1133e9c5;
--menu-color: #000000ae; --menu-color: #00000094;
} }
/* Force dark theme */ /* Force dark theme */

View File

@@ -445,11 +445,11 @@
/* Force light theme */ /* Force light theme */
[data-theme='light'] { [data-theme='light'] {
--background-color: #fff; --background-color: #fff;
--background-color1: #777; --background-color1: #ff3d3d;
--foreground-color: #000000e1; --foreground-color: #000000e1;
--foreground-color3: #665c54; --foreground-color3: #665c54;
--accent-color: #1133e9c5; --accent-color: #1133e9c5;
--menu-color: #000000ae; --menu-color: #00000094;
} }
/* Force dark theme */ /* Force dark theme */