/* Override TradingView toolbar background */
:root {
    --tv-color-pane-background: #162027;
    --themed-color-pane-bg: #162027;
}

html.theme-dark {
    --tv-color-pane-background: #162027;
    --themed-color-pane-bg: #162027;
}
