Files
opencode-cs/static/style.css
2026-02-22 16:15:38 +00:00

4 lines
156 B
CSS

body { font-family: Arial, sans-serif; padding: 2rem; background: #f7f9fc; color: #333; }
h1 { color: #2c3e50; }
#app { max-width: 800px; margin: 0 auto; }