dist files for v1.4.7 built

This commit is contained in:
Kantine Wrapper
2026-02-24 12:43:35 +01:00
parent cda74e65db
commit 320c4066f3
5 changed files with 9 additions and 9 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';
}
}