mirror of
https://github.com/Radiquum/YAMPD.git
synced 2025-05-20 15:49:34 +05:00
feat: pack creating
This commit is contained in:
parent
5be021789b
commit
af7b8a6fea
27 changed files with 677 additions and 130 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue