feat: pack creating

This commit is contained in:
Kentai Radiquum 2025-05-05 01:33:58 +05:00
parent 5be021789b
commit af7b8a6fea
Signed by: Radiquum
GPG key ID: 858E8EE696525EED
27 changed files with 677 additions and 130 deletions

View file

@ -1,4 +1,6 @@
@import "tailwindcss";
@plugin "flowbite-react/plugin/tailwindcss";
@source "../.flowbite-react/class-list.json";
:root {
--background: #ffffff;
@ -14,7 +16,7 @@
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--background: #111827;
--foreground: #ededed;
}
}
@ -22,5 +24,5 @@
body {
background: var(--background);
color: var(--foreground);
font-family: Arial, Helvetica, sans-serif;
font-family: var(--font-sans), Helvetica, sans-serif;
}