mou-theme-github2 icon indicating copy to clipboard operation
mou-theme-github2 copied to clipboard

Lack of style for Inline Code

Open norio-nomura opened this issue 13 years ago • 1 comments

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;

norio-nomura avatar Aug 20 '12 12:08 norio-nomura

Can you do a pull request?

gcollazo avatar Aug 20 '12 13:08 gcollazo