From d7c6b660ff17f4d848caf286c3e9dc178480cd3a Mon Sep 17 00:00:00 2001
From: Deepak Khatri <lorforlinux@beagleboard.org>
Date: Sat, 25 Jun 2022 20:27:16 +0530
Subject: [PATCH] Update header color

Fixed header color on mobile view.
---
 _static/css/custom.css | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/_static/css/custom.css b/_static/css/custom.css
index dac2de6a..25d25587 100644
--- a/_static/css/custom.css
+++ b/_static/css/custom.css
@@ -23,8 +23,15 @@
 
 .wy-side-nav-search {
     background-color: #25282b;
+    background-color: #25282b;
+}
+
+.wy-nav-top{
+    background-color: #25282b;
+    background-color: #25282b;
 }
 
 .wy-nav-side {
     background-color: #25282b;
+    background-color: #25282b;
 }
\ No newline at end of file
-- 
GitLab