19 lines
No EOL
303 B
CSS
19 lines
No EOL
303 B
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
|
|
.toggle-input:checked {
|
|
background-color: #22c55e; /* bg-green-500 */
|
|
}
|
|
|
|
.toggle-input:checked ~ span:last-child {
|
|
--tw-translate-x: 1.75rem; /* translate-x-7 */
|
|
} |