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%;