:root {
    --accent-9: #66308F;
    --accent-10: #3D0A70;
    --accent-a3: #F5F6F9;
    --code-block-background: #F5F6F9;
}

.container {
    max-width: 1600px;
    grid-template-columns: 360px minmax(0,1fr);
}

.container main {
    grid-template-columns: 1fr 360px;
}

.max-w-prose {
    max-width: 1600px;
}

#right-sidebar {
    display: none;
}

.sy-head img.light-logo,
.sy-head img.dark-logo {
    max-height: 20px;
}

.dark, .dark-theme {
    --code-block-background: #1e1e22;
}
