fix: Frontend reactivity and style updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user