/
terya1
/
12331
Обзор
Документация
Войти
/
terya1
/
12331
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/index.css
43 строки
642 B
IHARNAZAROV
fix:some bugs
17 июл 2022, 08:45
17 июл 2022, 08:45
6259f77
Код
Авторство
О чём код?
code { font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace; } html, body { scroll-behavior: smooth; } body { margin: 0; font: 19px / 23px "Lato", sans-serif; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-track { background: #292a2d; } ::-webkit-scrollbar-thumb { background: #6768ab; border-radius: 5px; } ::-webkit-scrollbar-thumb:hover { background: #6768ab; } /* Media Query */ @media (max-width: 1380px) { html, body { font-size: 16px; line-height: normal; } }