0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-02-01 11:59:17 -05:00
penpot/frontend/text-editor/style.css
2024-11-19 17:05:30 +01:00

14 lines
188 B
CSS

:root {
background-color: #333;
color: #eee;
}
.text-editor-container {
background-color: white;
}
#output {
font-family: monospace;
padding: 1rem;
border: 1px solid #333;
}