fix: restore light theme text and menu icon contrast
All checks were successful
CI / test (push) Successful in 24s
All checks were successful
CI / test (push) Successful in 24s
This commit is contained in:
@@ -149,6 +149,28 @@ html[data-theme="light"] {
|
|||||||
--bm-panel-border: rgba(82, 105, 128, 0.24);
|
--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 {
|
html[data-theme="light"] .tg-chat-wallpaper {
|
||||||
background:
|
background:
|
||||||
radial-gradient(circle at 14% 18%, rgba(51, 144, 236, 0.08), transparent 32%),
|
radial-gradient(circle at 14% 18%, rgba(51, 144, 236, 0.08), transparent 32%),
|
||||||
|
|||||||
Reference in New Issue
Block a user