/
Draa
/
student_lab_task
Обзор
Документация
Войти
/
Draa
/
student_lab_task
Код
Запросы
1
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
develop
src/styles/globals.css
71 строка
1 KB
Timur
[+] Initial project release
18 июн 2025, 14:15
18 июн 2025, 14:15
71add35
Код
Авторство
О чём код?
@import "tailwindcss"; @theme { --font-sans: var(--font-roboto-sans), ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; } :root { --gray: 27, 30, 39; --AnthraciteGrey: 39, 42, 56; --GraniteGrey: 48, 53, 73; --GrayBlue: 35, 37, 50; --codgray: 19,19,19; --anthracitegrey: 41,46,48; --blue: 35, 52, 78; --brightBlue: 0, 137, 255; --grafitGray:41, 45, 61; --red: 235, 87, 87; --white: 226,232,240; --spotify: 29, 185, 84; --text: 235,235,235; --sub: 146,147,149; --sub-secondary: 106,107,109; } .scrollbar-custom { overflow-y: scroll; scrollbar-width: thin; } .scrollbar-theme { scrollbar-width: thin; scrollbar-color: #ccc transparent; } .scrollbar-theme::-webkit-scrollbar { width: 8px; } .scrollbar-theme::-webkit-scrollbar-thumb { background-color: #ccc; border-radius: 4px; } .scrollbar-theme::-webkit-scrollbar-track { background: transparent; } .dark .scrollbar-theme { scrollbar-color: #555 transparent; } .dark .scrollbar-theme::-webkit-scrollbar-thumb { background-color: #555; } .scrollbar-custom { scrollbar-width: thin; scrollbar-color: #6B7280 transparent; } .scrollbar-custom::-webkit-scrollbar { width: 8px; } .scrollbar-custom::-webkit-scrollbar-track { background: transparent !important; border-radius: 10px; } .scrollbar-custom::-webkit-scrollbar-thumb { background-color: #6B7280; border-radius: 10px; border: 2px solid transparent; background-clip: content-box; }