New version!
Some checks failed
Build Full Stack / release-image (push) Failing after 2m9s

This commit is contained in:
2024-12-22 01:37:41 +01:00
parent 740088fa0f
commit f85a2cc0c5
19 changed files with 764 additions and 140 deletions

View File

@ -2,20 +2,6 @@
@tailwind components;
@tailwind utilities;
:root {
--background: #ffffff;
--foreground: #171717;
}
@media (prefers-color-scheme: dark) {
:root {
--background: #0a0a0a;
--foreground: #ededed;
}
}
body {
color: var(--foreground);
background: var(--background);
font-family: Arial, Helvetica, sans-serif;
ul {
@apply flex flex-row gap-x-4 flex-wrap list-inside items-center justify-center
}