calyx 0.7.1

Compiler Infrastructure for Hardware Accelerator Generation
.editor pre {
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    white-space: pre;
    padding: 0.4em 0;
    border: 0.7px solid var(--border-color);
    width: 100%;
}

.output-editor > pre {
    /* padding-left: 0.4em; */
    background: var(--view-code-bg);
}

.input-editor > pre {
    /* padding-right: 0.1em; */
    border-radius: var(--border-radius) 0 0 var(--border-radius);
    background: var(--edit-code-bg);
    border-right: unset;
    box-shadow: inset 0 0px 2px 1px rgba(0, 0, 0, 0.2);
}