From 3650117b4f84a48c4e56039ef78bf1c155c369a8 Mon Sep 17 00:00:00 2001 From: Raymond Hill Date: Sun, 11 May 2025 09:41:34 -0400 Subject: [PATCH] Fix background color of navigation bar Related commit: https://github.com/gorhill/uBlock/commit/b604524c2f6354674a56963208a0efc1fdb5e4d7 --- src/css/dashboard.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/dashboard.css b/src/css/dashboard.css index cc38559c9..bff9fa159 100644 --- a/src/css/dashboard.css +++ b/src/css/dashboard.css @@ -14,6 +14,7 @@ body.notReady { } #dashboard-nav { align-items: center; + background-color: var(--surface-1); border: 0; border-bottom: 1px solid var(--border-1); display: flex;