From 65728029255b04e7d2cdc1d26d0c3807dcb091e3 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 11 Jun 2017 22:51:09 +0200 Subject: [PATCH] Regenerate GitHub CSS --- github-markdown.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/github-markdown.css b/github-markdown.css index ed8ab9e..43da7b9 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -8,7 +8,7 @@ -webkit-text-size-adjust: 100%; line-height: 1.5; color: #24292e; - font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; + font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 16px; line-height: 1.5; word-wrap: break-word; @@ -677,11 +677,11 @@ line-height: 10px; color: #444d56; vertical-align: middle; - background-color: #fcfcfc; - border: solid 1px #c6cbd1; - border-bottom-color: #959da5; + background-color: #fafbfc; + border: solid 1px #d1d5da; + border-bottom-color: #c6cbd1; border-radius: 3px; - box-shadow: inset 0 -1px 0 #959da5; + box-shadow: inset 0 -1px 0 #c6cbd1; } .markdown-body :checked+.radio-label {