chore: upgrade @ciphera-net/ui to v0.0.13 and update Tailwind CSS configuration

This commit is contained in:
Usman Baig
2026-01-23 23:34:56 +01:00
parent e6b66e7f97
commit 098495a02a
4 changed files with 10 additions and 21 deletions

View File

@@ -40,17 +40,12 @@
body {
@apply bg-white dark:bg-neutral-950 text-neutral-900 dark:text-neutral-50 transition-colors duration-300 ease-in-out;
@apply bg-ciphera-gradient bg-fixed;
font-family: var(--font-plus-jakarta-sans), system-ui, sans-serif;
background-image:
radial-gradient(at 0% 0%, hsla(20, 98%, 52%, 0.03) 0px, transparent 50%),
radial-gradient(at 100% 100%, hsla(20, 98%, 52%, 0.03) 0px, transparent 50%);
background-attachment: fixed;
}
.dark body {
background-image:
radial-gradient(at 0% 0%, hsla(20, 98%, 52%, 0.05) 0px, transparent 50%),
radial-gradient(at 100% 100%, hsla(20, 98%, 52%, 0.05) 0px, transparent 50%);
@apply bg-ciphera-gradient-dark;
}
}