/
zxclovly
/
SkyGram
Обзор
Документация
Войти
/
zxclovly
/
SkyGram
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
app/globals.css
97 строк
2 KB
lovlygod
README_RU.md
11 янв 2026, 06:14
11 янв 2026, 06:14
11c79e5
Код
Авторство
О чём код?
@tailwind base; @tailwind components; @tailwind utilities; @layer base { :root { --background: 0 0% 100%; --foreground: 222.2 84% 4.9%; --card: 0 0% 100%; --card-foreground: 222.2 84% 4.9%; --popover: 0 0% 100%; --popover-foreground: 222.2 84% 4.9%; --primary: 222.2 47.4% 11.2%; --primary-foreground: 210 40% 98%; --secondary: 210 40% 96.1%; --secondary-foreground: 222.2 47.4% 11.2%; --muted: 210 40% 96.1%; --muted-foreground: 215.4 16.3% 46.9%; --accent: 210 40% 96.1%; --accent-foreground: 222.2 47.4% 11.2%; --destructive: 0 84.2% 60.2%; --destructive-foreground: 210 40% 98%; --border: 214.3 31.8% 91.4%; --input: 214.3 31.8% 91.4%; --ring: 222.2 84% 4.9%; --radius: 0.5rem; } .dark { --background: 220 15% 12%; --foreground: 210 10% 85%; --card: 220 15% 8%; --card-foreground: 210 10% 85%; --popover: 220 15% 8%; --popover-foreground: 210 10% 85%; --primary: 222.2 47.4% 11.2%; --primary-foreground: 210 40% 98%; --secondary: 217.2 15% 25%; --secondary-foreground: 210 10% 85%; --muted: 217.2 15% 15%; --muted-foreground: 215 10% 65%; --accent: 217.2 15% 18%; --accent-foreground: 210 10% 85%; --destructive: 0 60% 30%; --destructive-foreground: 210 10% 98%; --border: 217.2 15% 20%; --input: 217.2 15% 20%; --ring: 212.7 26.8% 63.9%; } } @layer base { * { @apply border-border; } body { @apply bg-background text-foreground; } } /* Градиент для названия SkyGram */ .skygram-title { background: linear-gradient(90deg, #FC3FA1 0%, #7853FC 50%, #3DBAC9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; letter-spacing: normal; font-weight: 700; } .dark .skygram-title { background: linear-gradient(90deg, #FC3FA1 0%, #7853FC 50%, #3DBAC9 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; color: transparent; letter-spacing: normal; font-weight: 700; }