From 84f9d58448360eca6a2e1f2a968de7cf01ffc1f9 Mon Sep 17 00:00:00 2001 From: Troplo Date: Sat, 5 Aug 2023 18:34:27 +1000 Subject: [PATCH] Add color-header-wrapper to fix the repository header --- theme-earl-grey.css | 1 + 1 file changed, 1 insertion(+) diff --git a/theme-earl-grey.css b/theme-earl-grey.css index 320f6df..d547a43 100644 --- a/theme-earl-grey.css +++ b/theme-earl-grey.css @@ -162,6 +162,7 @@ color: #bbbbbb; } :root { + --color-header-wrapper: #24262b; --color-nav-bg: #1D1F23; --color-primary: #3D84E7; --color-primary-dark-1: #739cb3;