diff --git a/addons/home_dashboard/static/src/css/pos_style.css b/addons/home_dashboard/static/src/css/pos_style.css index 811dd5f..2ee0dd6 100644 --- a/addons/home_dashboard/static/src/css/pos_style.css +++ b/addons/home_dashboard/static/src/css/pos_style.css @@ -61,9 +61,9 @@ /* 2. Header & Branding */ .pos .pos-topheader { - background: #ffffff !important; - border-bottom: 2px solid #f1f5f9 !important; - color: var(--pos-text-dark) !important; + background: #111 !important; + border-bottom: 2px solid #111 !important; + color: #fff !important; height: 85px !important; display: flex !important; align-items: center !important;