nextui, next-themes, pnpm

This commit is contained in:
skidoodle 2023-09-19 21:12:46 +02:00
parent 4afb6adaed
commit 6ca06abc00
8 changed files with 5035 additions and 2592 deletions
src/styles

View file

@ -2,6 +2,9 @@
@tailwind components;
@tailwind utilities;
html,
body {
background-color: #0e0f0f;
margin: 0;
height: 100%;
overflow: hidden;
}