Files
honey-fe/src/styles/index.css

23 lines
310 B
CSS
Raw Normal View History

2026-03-12 00:42:41 +02:00
@import "tailwindcss";
@import "./fonts/BalsamiqSans.css";
@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;
}
}