buid node modules

This commit is contained in:
IGNY8 VPS (Salman)
2025-11-13 14:02:26 +00:00
parent a9e8d6fe2d
commit ca5bf13c74
5368 changed files with 172937 additions and 50372 deletions

View File

@@ -0,0 +1,31 @@
@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap")
layer(base);
@import "tailwindcss";
@layer base {
*,
::before,
::after {
box-sizing: border-box;
}
html,
body {
margin: 0;
padding: 0;
font-family: Outfit, sans-serif;
background-color: #050913;
color: #ffffff;
}
body {
min-height: 100vh;
}
a {
color: inherit;
text-decoration: none;
}
}