Files
penpot/frontend/text-editor/src/style.css
2025-08-22 12:22:51 +02:00

23 lines
233 B
CSS

:root {
background-color: #333;
color: #eee;
}
html, body {
margin: 0;
padding: 0;
}
canvas {
width: 100cqw;
}
.text-editor-container {
background-color: white;
}
.playground {
display: grid;
max-width: 1280px;
}