/* dabar.dev blog — custom overrides on top of the terminus theme.
   Loaded after the theme's style.css (via config [extra].stylesheets),
   so equal-specificity rules here win. */

/* Splash of red, taken from the main site's accent (styles.css --accent: rgb(200,40,40)).
   Brightened slightly so links pop on the dark terminus background.
   Same selector terminus uses, so it cleanly replaces the scheme's accent. */
:root:has(body[data-theme="terminus"]) {
    --accent-color: #e0413c;
}
