Updates
This commit is contained in:
+7
-6
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user