Nexova / src /app /globals.css
Nexova
init: nexova - notes crud + sqlite + hf backup
debd125
raw
history blame contribute delete
142 Bytes
@import "tailwindcss";
:root {
--font-main: "Geist", sans-serif;
}
* {
scrollbar-width: thin;
scrollbar-color: #3f3f46 transparent;
}