Update Toggle Styles in Additional CSS: Changed the background and border colors of the toggle ball in the 'neler-yapariz' template's additional CSS file to #ff812d for improved visual consistency with the overall design. This update enhances the user interface and aligns with recent styling changes.

This commit is contained in:
Ümit Tunç
2026-01-09 21:48:31 +03:00
parent 9e79ec28d9
commit 171132263b
@@ -41,8 +41,8 @@ body {
[data-css="toggle"]:has(input:checked) {
.toggle-ball {
transform: translateX(100%);
background-color: #10CD00;
border-color: #10CD00;
background-color: #ff812d;
border-color: #ff812d;
}
}