working white text, not perfect with all colors

This commit is contained in:
Aya Moosa
2024-04-08 22:00:12 -07:00
parent 5bf0411015
commit 626d63c91d
2 changed files with 2 additions and 5 deletions
+2 -4
View File
@@ -99,10 +99,8 @@ const UIWindowThemeDialog = async function UIWindowThemeDialog () {
const slider_ch = (e) => {
state[e.meta.name] = e.target.value;
if (e.meta.name === 'lig' && e.target.value < 50) {
state.light_text = true;
} else {
state.light_text = false;
if (e.meta.name === 'lig') {
state.light_text = e.target.value < 70 ? true : false;
}
svc_theme.apply(state);
console.log(state);
-1
View File
@@ -895,7 +895,6 @@ span.header-sort-icon img {
white-space: nowrap;
overflow: hidden;
color: var(--window-head-color);
opacity: .8;
}
.window-active .window-head-title {