/
IvanWake
/
cookieStore
Обзор
Документация
Войти
/
IvanWake
/
cookieStore
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
src/index.css
36 строк
549 B
McSergeyGGG
Add Log In and Sign Up pages
17 янв 2024, 01:18
17 янв 2024, 01:18
d7cef19
Код
Авторство
О чём код?
@import url('https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;600&display=swap'); @tailwind base; @tailwind components; @tailwind utilities; html { font-size: 16px; } * { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } body { scrollbar-width: 0; } ::-webkit-scrollbar { width: 0; } body { margin: 0; background-color: #e5e7eb; /* background-color: #FFE4D0; */ font-family: 'Inter Tight', sans-serif; } button { outline: none; }