refactor: remove dark mode CSS overrides and fix script tag closure in triptyque template
This commit is contained in:
@@ -194,9 +194,7 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .timer-display {
|
|
||||||
text-shadow: 0 0 10px rgba(117, 95, 236, 0.3);
|
|
||||||
}
|
|
||||||
|
|
||||||
.timer-controls {
|
.timer-controls {
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -219,10 +217,7 @@
|
|||||||
box-shadow: var(--shadow-sm);
|
box-shadow: var(--shadow-sm);
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode .tcbtn {
|
|
||||||
background: var(--bg-tertiary);
|
|
||||||
border-color: var(--color-border-primary);
|
|
||||||
}
|
|
||||||
|
|
||||||
.tcbtn:hover {
|
.tcbtn:hover {
|
||||||
background: var(--primary);
|
background: var(--primary);
|
||||||
@@ -765,10 +760,7 @@
|
|||||||
print-color-adjust: exact;
|
print-color-adjust: exact;
|
||||||
}
|
}
|
||||||
|
|
||||||
body.dark-mode {
|
|
||||||
--bg-secondary: #ffffff !important;
|
|
||||||
--color-text-primary: #000000 !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.wrap {
|
.wrap {
|
||||||
max-width: 100% !important;
|
max-width: 100% !important;
|
||||||
@@ -1073,7 +1065,6 @@
|
|||||||
localStorage.removeItem(`textarea_triptyque_${index}`);
|
localStorage.removeItem(`textarea_triptyque_${index}`);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
|
||||||
</script>
|
</script>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user