From 70b5caa863a9c4b2a7af863297aeb63e3310c274 Mon Sep 17 00:00:00 2001 From: yashigani Date: Thu, 28 Mar 2013 06:15:06 +0900 Subject: [PATCH] fix nodes font-size --- gistdeck.css | 1 + 1 file changed, 1 insertion(+) diff --git a/gistdeck.css b/gistdeck.css index 9f62d35..ad062f8 100644 --- a/gistdeck.css +++ b/gistdeck.css @@ -205,6 +205,7 @@ div.highlight pre, pre, .markdown-body code { -moz-border-radius: 6px !important; border-radius: 6px !important; text-align:left; + font-size: 36px !important; } div.highlight pre, pre code, li code { font-size:16px !important;