initial commit
This commit is contained in:
9
src/app.css
Normal file
9
src/app.css
Normal file
@@ -0,0 +1,9 @@
|
||||
@import 'tailwindcss';
|
||||
|
||||
body, html {
|
||||
@apply bg-neutral-950 text-white font-sans min-h-screen;
|
||||
}
|
||||
|
||||
a {
|
||||
@apply text-pink-600 underline hover:no-underline;
|
||||
}
|
||||
Reference in New Issue
Block a user