summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cgit.css5
1 files 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;
}