fix: Frontend reactivity and style updates

This commit is contained in:
spinline
2026-01-31 00:12:52 +03:00
parent b91c896865
commit 969f21511a
3 changed files with 25 additions and 2 deletions

View File

@@ -1,5 +1,21 @@
@import "tailwindcss";
@layer base {
html,
body,
button,
a,
[role="button"],
input,
label,
select,
summary,
textarea {
touch-action: manipulation;
}
}
@theme {
--color-gray-900: #111827;
--color-gray-800: #1f2937;