fix: restore light theme text and menu icon contrast
All checks were successful
CI / test (push) Successful in 24s

This commit is contained in:
2026-03-08 12:30:04 +03:00
parent 8689283e99
commit 3b82b5e558

View File

@@ -149,6 +149,28 @@ html[data-theme="light"] {
--bm-panel-border: rgba(82, 105, 128, 0.24);
}
html[data-theme="light"] body,
html[data-theme="light"] body.text-text {
color: #1f3347 !important;
}
html[data-theme="light"] body.bg-bg {
background-color: #e7edf5 !important;
}
html[data-theme="light"] .text-text {
color: #1f3347 !important;
}
html[data-theme="light"] .bg-bg {
background-color: #e7edf5 !important;
}
html[data-theme="light"] .bg-panel {
background-color: #ffffff !important;
color: #1f3347 !important;
}
html[data-theme="light"] .tg-chat-wallpaper {
background:
radial-gradient(circle at 14% 18%, rgba(51, 144, 236, 0.08), transparent 32%),