/*
 * Quark 2 — user customizations
 *
 * This file is safe to edit. It is loaded last so anything here overrides
 * theme.css without having to mark rules !important.
 */
html[data-theme="dark"] .navbar-brand img,
html[data-theme="dark"] .navbar-brand svg,
.dark .navbar-brand img,
.dark .navbar-brand svg {
    filter: invert(1) brightness(1.5) !important;
}