/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
examples/prisma-postgres/app/globals.css
21 строка
345 B
Ankur Datta
Add Prisma ORM example to Next.js examples (#75290)
15 июл 2025, 18:48
Не верифицирован
15 июл 2025, 18:48
92a9d28
Код
Авторство
О чём код?
@tailwind base; @tailwind components; @tailwind utilities; :root { --background: #ffffff; --foreground: #171717; } @media (prefers-color-scheme: dark) { :root { --background: #0a0a0a; --foreground: #ededed; } } body { color: var(--foreground); background: var(--background); font-family: Arial, Helvetica, sans-serif; }