🎨 CSS Playground
Dark Theme
Minimal
Colorful
Reset
/* Edit CSS here and click Apply to see changes */ :root { --node-default-color: #4dabf7; --node-selected-color: #ff6b6b; --node-hover-color: #339af0; --edge-default-color: #999; --edge-default-width: 1px; --line: #eee; --row-hover: #f3f6ff; } .groggy-table { border-radius: 8px; overflow: hidden; } .graph-canvas { border: 2px solid var(--line); border-radius: 12px; }
Apply CSS
Quick Actions
📋 Copy CSS
🔄 Load from Template