dist files for v1.4.10 built

This commit is contained in:
Kantine Wrapper
2026-02-24 12:59:19 +01:00
parent 0eb14a1869
commit 7fc8c6f1e0
7 changed files with 26 additions and 19 deletions

View File

@@ -980,11 +980,11 @@
bellBtn.title = `Zuletzt geprüft: ${timeStr}`;
if (anyAvailable) {
bellIcon.style.color = 'var(--success-color)';
bellIcon.style.textShadow = '0 0 10px rgba(16, 185, 129, 0.4)';
} else {
bellIcon.style.color = 'var(--warning-color)';
bellIcon.style.textShadow = '0 0 10px rgba(245, 158, 11, 0.4)';
} else {
bellIcon.style.color = 'var(--text-secondary)';
bellIcon.style.textShadow = 'none';
}
}