add theme
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user