refactor: remove dark mode CSS overrides and fix script tag closure in triptyque template

This commit is contained in:
sebvtl728 2026-05-21 20:49:10 +02:00
parent 2be3317b0b
commit 4286d463a2

View File

@ -194,9 +194,7 @@
text-align: center;
}
body.dark-mode .timer-display {
text-shadow: 0 0 10px rgba(117, 95, 236, 0.3);
}
.timer-controls {
display: flex;
@ -219,10 +217,7 @@
box-shadow: var(--shadow-sm);
}
body.dark-mode .tcbtn {
background: var(--bg-tertiary);
border-color: var(--color-border-primary);
}
.tcbtn:hover {
background: var(--primary);
@ -765,10 +760,7 @@
print-color-adjust: exact;
}
body.dark-mode {
--bg-secondary: #ffffff !important;
--color-text-primary: #000000 !important;
}
.wrap {
max-width: 100% !important;
@ -1073,7 +1065,6 @@
localStorage.removeItem(`textarea_triptyque_${index}`);
});
}
}
</script>
</body>