:root {
    color-scheme: only light !important;
}

html, body {
    color-scheme: only light !important;
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* Запрет темной темы для всех элементов */
* {
    color-scheme: only light !important;
}