summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-03-23 21:15:13 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-03-23 21:15:13 -0400
commit4869be615b9965e6fd8e7681b768b2ceaef60442 (patch)
treea1266bc7971e451365881c975a4521ed1acb1c38
parented7f068488218abaa1843ff88087731c79b2b081 (diff)
downloadcgit-skin-4869be615b9965e6fd8e7681b768b2ceaef60442.tar.gz
Fix pre and code font
-rw-r--r--cgit.css4
1 files changed, 3 insertions, 1 deletions
diff --git a/cgit.css b/cgit.css
index 49e30e8..e534cda 100644
--- a/cgit.css
+++ b/cgit.css
@@ -45,7 +45,9 @@ body {
#cgit .mode,
#cgit .ls-mode,
-#cgit .diff {
+#cgit .diff,
+#cgit pre,
+#cgit code {
font-family: "Source Code Pro";
}