Files
honey-fe/src/styles/index.css
Hewston Fox 9f0ff8c4e5
All checks were successful
Deploy to VPS (dist) / deploy (push) Successful in 1m35s
feat: add tg api
2026-03-16 00:50:53 +02:00

23 lines
306 B
CSS

@import "tailwindcss";
@import "./fonts/BalsamiqSans";
@theme {
}
html,
body {
@apply w-dvw h-dvh bg-top-left bg-green-300;
font-family: "BalsamiqSans", sans-serif;
}
#root {
@apply w-full h-full max-w-150 m-auto overflow-hidden relative;
}
button {
&:focus-visible {
outline: none;
}
}