/
minecraftbackup
/
LiquidBounce
Обзор
Документация
Войти
/
minecraftbackup
/
LiquidBounce
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
nextgen
src-theme/src/app.scss
59 строк
1 KB
Senk Ju
chore: Upgrade to Svelte 5 (#4922)
16 дек 2024, 21:10
Не верифицирован
16 дек 2024, 21:10
19d1428
Код
Авторство
О чём код?
@use "colors.scss" as *; @font-face { font-family: "Inter"; src: url("./assets/font/inter/Inter-Bold.ttf") format("truetype"); font-weight: 600; font-style: normal; } @font-face { font-family: "Inter"; src: url("./assets/font/inter/Inter-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: "Inter"; src: url("./assets/font/inter/Inter-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: "Inter"; src: url("./assets/font/inter/Inter-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } * { box-sizing: border-box; margin: 0; padding: 0; } *:focus { outline: none; } body { font-family: "Inter", sans-serif; user-select: none; overflow: hidden; } ::-webkit-scrollbar-track { background-color: transparent; } ::-webkit-scrollbar { width: 10px; } ::-webkit-scrollbar-thumb { background-color: $accent-color; border-radius: 10px; }