From 52a86347fae37b25db5947aa061d4f188525b249 Mon Sep 17 00:00:00 2001 From: Alex Wolfe Date: Sun, 1 Mar 2015 21:39:57 -0800 Subject: [PATCH] font size --- public/resources/css/module/_code.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/resources/css/module/_code.scss b/public/resources/css/module/_code.scss index 777c53ca88..17403e17f3 100644 --- a/public/resources/css/module/_code.scss +++ b/public/resources/css/module/_code.scss @@ -19,6 +19,7 @@ .prettyprint { background: $steel; font-family: $mono-font; + color: $snow; overflow: hidden; position: relative; padding: 0px; @@ -35,6 +36,8 @@ margin: 0px; overflow: auto; border-radius: 3px; + font-weight: 600; + font-size: 14px; li { color: $metal; @@ -42,6 +45,7 @@ margin-bottom: 5px; line-height: normal; list-style-type: decimal; + font-size: 14px; &:last-child { margin-bottom: 0px;