form { display: block; width: 300px; } #editor { background: #fff; border: 1px solid #ccc; border-radius: 4px; padding: 0.5rem; min-height: 340px; font-family: 'Menlo', 'Consolas', monospace; font-size: 0.85rem; } #editor.crepe-editor { border-color: #2d5fc4; box-shadow: 0 0 0 2px rgba(45, 95, 196, .15); }