Move request-related settings to workspace

This commit is contained in:
Gregory Schier
2024-01-15 11:52:36 -08:00
parent 3539642491
commit 77bf5a58d8
23 changed files with 207 additions and 148 deletions

View File

@@ -6,11 +6,7 @@
html,
body,
#root {
@apply w-full h-full overflow-hidden;
}
#root {
@apply bg-gray-50 text-gray-900;
@apply w-full h-full overflow-hidden text-gray-900 bg-gray-50;
}
/* Setup default transitions for elements */