add theme

This commit is contained in:
2026-03-06 23:32:37 +01:00
parent 5feb2ea228
commit ee05c3f5d6
8 changed files with 126 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ body,
}
body {
@apply bg-gray-50 text-gray-900;
@apply bg-background text-foreground;
}
.reactflow-wrapper {
@@ -28,6 +28,10 @@ body {
box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06);
}
.dark .react-flow__node .react-flow__handle {
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.15);
}
/* Small helper for monospace pre output */
pre {
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, 'Roboto Mono', 'Courier New', monospace;