/*
 * EllipPy is licensed under The 3-Clause BSD, see LICENSE.
 * Copyright 2025 Sira Pornsiriprasert <code@psira.me>
 */

/* Hide the items on navbar. Hacky! */

a.nav-link.nav-internal[href*="ellippy."] {
    display: none !important;
}

button.btn.dropdown-toggle.nav-item {
    display: none !important;
}

html[data-theme="dark"] img {
    filter: none;
}
html[data-theme="dark"] .bd-content img:not(.only-dark):not(.dark-light) {
    background: unset;
}