From 5ff34ddbae752215477164436907ff08c2ad1f85 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Tue, 1 Jul 2014 12:06:18 +0200 Subject: [PATCH] Source Code Pro more things on GitHub --- webstyle.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/webstyle.css b/webstyle.css index b00bac4..00233b3 100644 --- a/webstyle.css +++ b/webstyle.css @@ -78,6 +78,8 @@ body.aAU .mq { .file-code pre, .commits code, .commits pre, +.markdown-body pre, +.markdown-body code, .diff-line-code, #files .file .meta .info, .file-box .meta .info, @@ -92,7 +94,8 @@ body.aAU .mq { .commit-message code, .commit-sha, .commit-id, -.branch-name { +.branch-name, +input.url-field { font-family: "Source Code Pro", Consolas, "Liberation Mono", Courier, monospace !important; }