Initial Commit

This commit is contained in:
aftabrehan
2024-02-01 12:01:04 +05:00
parent 3f6040c919
commit 9ac97c7f9a
12 changed files with 81 additions and 168 deletions

View File

@@ -2,32 +2,9 @@
@tailwind components;
@tailwind utilities;
html,
body,
:root {
--foreground-rgb: 0, 0, 0;
--background-start-rgb: 214, 219, 220;
--background-end-rgb: 255, 255, 255;
}
@media (prefers-color-scheme: dark) {
:root {
--foreground-rgb: 255, 255, 255;
--background-start-rgb: 0, 0, 0;
--background-end-rgb: 0, 0, 0;
}
}
body {
color: rgb(var(--foreground-rgb));
background: linear-gradient(
to bottom,
transparent,
rgb(var(--background-end-rgb))
)
rgb(var(--background-start-rgb));
}
@layer utilities {
.text-balance {
text-wrap: balance;
}
width: 100%;
height: 100%;
}