mirror of
https://github.com/penpot/penpot.git
synced 2026-03-22 10:23:43 +00:00
23 lines
233 B
CSS
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;
|
|
}
|