/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/css/css-113-012/main.css
32 строки
574 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
.theme-panel { padding: 2rem; border-radius: 12px; background: #f8f9fa; color: var(--color-dark); transition: background-color 0.3s ease, color 0.3s ease; } .theme-panel:has(.switch__input:checked) { background: var(--color-dark); color: #f8f9fa; } .switch__sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; } @media (prefers-reduced-motion: reduce) { .theme-panel, .switch-track, .switch-track::before { transition: none; } }