mirror of
https://github.com/penpot/penpot.git
synced 2025-02-01 11:59:17 -05:00
15 lines
188 B
CSS
15 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;
|
||
|
}
|