/*
 * Beacon Tower baseline theme.
 *
 * This file is always loaded (see index.html) and defines the default look
 * of the NavBar, SideBar, and user drawer. Per-org theme resources override
 * individual --bt-nav-* properties at runtime when configured.
 *
 * To produce a customer-branded build, replace this file's :root values (or
 * ship a theme.<customer>.css and swap the <link> at deploy time).
 */

:root {
    --bt-nav-background: #1a1a1a;
    --bt-nav-text: #ffffff;
    --bt-nav-border: #333333;
    --bt-nav-hover-background: #2a2a2a;
    --bt-nav-hover-text: #ffffff;
    --bt-nav-active-background: #4a4a4a;
    --bt-nav-active-text: #ffffff;
}

