cgit

commit 60cabfc3db60918f0c6dece6e042b349aad7dc5a

Author: Pedro Lucas Porcellis <porcellis@eletrotupi.com>

Add some background to markdown block

 cgit.css | 6 ++++++


diff --git a/cgit.css b/cgit.css
index 35b4b6b46c9794a0bd42392881f661e55134d17e..f4c7ed9f346ddb9ba07f83b1eb06a531aee63198 100644
--- a/cgit.css
+++ b/cgit.css
@@ -91,6 +91,8 @@ 		--vgraph-col5: #a0a;
 		--vgraph-col6: #0aa;
 
 		--stats-sum: #c00;
+
+		--markdown-body-bg: #131618;
 	}
 
 	.markdown-body {
@@ -103,8 +105,12 @@ 	}
 
 	.markdown-body code, .markdown-body tt {
 		border: none;
+	}
 
+	.markdown-body, .markdown-body pre {
+		background-color: var(--markdown-body-bg);
 	}
+
 }
 
 body {