From 821bce38befade9a0425704677f23fb3101b959a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Sevilla=20Mart=C3=ADn?= Date: Sun, 17 Apr 2016 19:01:19 -0400 Subject: [PATCH] Updated code style to be same as Scotch.IO's --- less/forum/Post.less | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/less/forum/Post.less b/less/forum/Post.less index cd14e6483..7c925aa29 100644 --- a/less/forum/Post.less +++ b/less/forum/Post.less @@ -116,6 +116,14 @@ border-bottom: 2px dotted @body-bg; margin: 1em 0; } + code { + font-family: source-code-pro, Monaco, Consolas, "Courier New", monospace; + padding: 2px 6px; + background: #F2F7F9; + color: #256FC7; + font-size: 90%; + border-radius: 4px + } pre { border: 0; padding: 15px; @@ -128,6 +136,13 @@ padding: 0; background: none; } + code { + padding: 0; + background: transparent; + color: inherit; + font-size: 100%; + border-radius: 0; + } } h1 { font-size: 160%;