Migrated from React to NextJS
This commit is contained in:
9
client/styles/globals.css
Normal file
9
client/styles/globals.css
Normal file
@ -0,0 +1,9 @@
|
||||
@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
|
||||
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.overflow-scrollbar {
|
||||
@apply scrollbar-thin scrollbar-thumb-neutral-600 scrollbar-thumb-rounded-full overflow-y-auto;
|
||||
}
|
Reference in New Issue
Block a user