This commit is contained in:
Benjamin Toby
2025-07-20 10:35:54 +01:00
parent dd1d05251d
commit a0a0ab8ee4
99 changed files with 5678 additions and 909 deletions
+7 -6
View File
@@ -1,14 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
@import "../components/lib/base.css";
:root {
--bg-color: #02030f;
--header-height: 78px;
}
body {
@apply bg-[var(--bg-color)] text-white;
@theme inline {
--color-primary: #02030f;
}
.twui-button-general {
@@ -57,3 +54,7 @@ body {
.twui-button-primary-ghost {
@apply bg-transparent text-white;
}
.twui-card-link {
@apply p-0 w-full border-none;
}