[data-bs-theme=dark] #logo {
   content:url("../images/smartsetup_dark.png");
}

[data-bs-theme=light] #logo {
   content:url("../images/smartsetup.png");
}

.shiki {
    border-radius: var(--bs-border-radius) !important;
    padding: 1em !important;
    font-size: medium !important;
    background-color: var(--bs-gray-100) !important;
}


[data-bs-theme='dark'] .shiki,
[data-bs-theme='dark'] .shiki span {
    color: var(--shiki-dark) !important;
    background-color: var(--shiki-dark-bg) !important;
}



pre code {
    text-wrap: var(--code-wrap,wrap) !important;
}
.filter {
    display: none !important;
}

div {
    word-break: break-word;
}