From 055ec9dd5b01542ba9c9dc49e4514a3a4164ba8f Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 15 Mar 2021 21:39:16 +0100 Subject: fix markdown inline code text colour --- cgit.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/cgit.css b/cgit.css index 151edd8..fba2a67 100644 --- a/cgit.css +++ b/cgit.css @@ -1,7 +1,8 @@ /* markdown stuff which overwrites the inline css generated by the parser (for now) */ -.markdown-body pre > code { - white-space: pre; + +.markdown-body code { + white-space: pre; color: black; } -- cgit v1.2.3