/*
 * 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.
 */

:root,
:root.dark,
[data-theme="dark"],
html[data-theme="dark"] {--q2-bg: #0A0A0A;}

.navbar-brand svg { display: none; }
.navbar-brand::after {
  content: "RevEng3";
  font-weight: 600;
  font-size: 1.125rem;
  letter-spacing: -0.02em;
}