/* Override Ayu theme colors - must target html.ayu specifically */
html.ayu {
    --sidebar-active: #ed54ff !important;
    --inline-code-color: #ed54ff !important;
    --sidebar-header-border-color: #ed54ff !important;
}

.on-this-page {
    border-inline-start-color: #ed54ff !important;
}