From a1589e04a14caec81387457286d945a50f58b115 Mon Sep 17 00:00:00 2001 From: memdmp Date: Mon, 9 Jun 2025 14:08:15 +0200 Subject: fix: make cgit css shit work --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'index.html') diff --git a/index.html b/index.html index 4c84960..5170d5d 100644 --- a/index.html +++ b/index.html @@ -200,7 +200,8 @@ display: none !important; } - #cgit>.content { + #cgit>.content, + #cgit { display: block !important; height: 0px !important; width: 0px !important; -- cgit v1.2.3