diff options
Diffstat (limited to 'plugins/markdown/markdown.css')
-rw-r--r-- | plugins/markdown/markdown.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/markdown/markdown.css b/plugins/markdown/markdown.css index 3c1b2aeb..6789ce84 100644 --- a/plugins/markdown/markdown.css +++ b/plugins/markdown/markdown.css | |||
@@ -143,6 +143,13 @@ | |||
143 | hyphens: none; | 143 | hyphens: none; |
144 | } | 144 | } |
145 | 145 | ||
146 | .markdown :not(pre) code { | ||
147 | background-color: #eee; | ||
148 | padding: 1px 3px; | ||
149 | border-radius: 1px; | ||
150 | box-shadow: 0 -1px 0 #e5e5e5,0 0 1px rgba(0,0,0,0.12),0 1px 1px rgba(0,0,0,0.24); | ||
151 | } | ||
152 | |||
146 | .md_help { | 153 | .md_help { |
147 | color: white; | 154 | color: white; |
148 | } | 155 | } |