This commit is contained in:
22
src/styles/index.css
Normal file
22
src/styles/index.css
Normal file
@@ -0,0 +1,22 @@
|
||||
@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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user