mou-theme-github2
mou-theme-github2 copied to clipboard
Lack of style for Inline Code
diff --git a/GitHub2.css b/GitHub2.css
index 7785f8c..198644b 100755
--- a/GitHub2.css
+++ b/GitHub2.css
@@ -239,6 +239,10 @@ span.float-right {
margin: 13px auto 0;
text-align: right; }
+pre, code, tt {
+ font-size: 12px;
+ font-family: Consolas, "Liberation Mono", Courier, monospace; }
+
code, tt {
margin: 0 2px;
padding: 0 5px;
Can you do a pull request?