/
valentinchuklin
/
native-template
Обзор
Документация
Войти
/
valentinchuklin
/
native-template
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
css/_base/_initial.css
59 строк
1 KB
Valentin Chuklin
fix: грамматическая ошибка
08 янв 2026, 11:56
08 янв 2026, 11:56
08b9502
Код
Авторство
О чём код?
*, *:before, *:after { box-sizing: border-box; } .bx-core-window * { box-sizing: content-box; vertical-align: top; } /* Кастомизация скроллбара в webkit+см _page */ /* .scss::-webkit-scrollbar { position: sticky; top: 0; bottom: 0; width: 5px; height: 5px; background-color: #171718; border-radius: 15px; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-thumb { background-color: var(--accent); border-radius: 15px; } */ /* Отключаем некрасивую подсветку input-ов при автозаполнении из выпадающего списка input:-webkit-autofill, */ input:-webkit-autofill:focus { transition: background-color 600000s 0s, color 600000s 0s; } * { /* Синяя подсветка сливается с фоном */ -webkit-tap-highlight-color: transparent; } *:focus:not(:focus-visible) { outline: none; } img, video { max-width: 100%; } /* svg { user-select: none; } */ body { font: 400 var(--font-size-base)/var(--font-line-base) var(--font-family-base); color: var(--text); background-color: var(--bg); }