code {
    background-color: white;
    padding: 2px 4px;
    border: 1px solid var(--win-mid);
}

pre {
    padding: 12px;
    overflow-x: auto;
    background-color: white;

    border-top: 2px solid var(--win-dark);
    border-left: 2px solid var(--win-dark);
    border-right: 2px solid var(--win-light);
    border-bottom: 2px solid var(--win-light);
}
