From 667cc2dd9db488e6dff56c1a0892db8ff8f9d0f2 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 27 Feb 2015 16:36:45 +0800 Subject: [PATCH] regenerate github css --- github-markdown.css | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/github-markdown.css b/github-markdown.css index f5c77e2..13384c9 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -193,10 +193,10 @@ } .markdown-body .octicon { - font: normal normal 16px octicons-anchor; - line-height: 1; + font: normal normal normal 16px/1 octicons-anchor; display: inline-block; text-decoration: none; + text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-user-select: none; @@ -428,6 +428,7 @@ .markdown-body img { max-width: 100%; box-sizing: border-box; + -moz-box-sizing: border-box; } .markdown-body code { @@ -558,12 +559,11 @@ .markdown-body .pl-sr .pl-sra, .markdown-body .pl-sr .pl-sre, .markdown-body .pl-src { - color: #df5000; + color: #183691; } -.markdown-body .pl-mo, .markdown-body .pl-v { - color: #1d3e81; + color: #ed6a43; } .markdown-body .pl-id { @@ -622,6 +622,10 @@ font-weight: bold; } +.markdown-body .pl-mo { + color: #1d3e81; +} + .markdown-body kbd { display: inline-block; padding: 3px 5px;