diff options
author | ArthurHoaro <arthur@hoa.ro> | 2016-05-13 19:57:01 +0200 |
---|---|---|
committer | ArthurHoaro <arthur@hoa.ro> | 2016-05-13 19:57:01 +0200 |
commit | e8b65d5f35786e5b2d5a7997f5de7e2e66e2c830 (patch) | |
tree | ea0a7854034e4b427d698f278f6990d5583ed516 | |
parent | d95533778d86bb6c6de3b14a9da35e6d6e6428bd (diff) | |
download | Shaarli-e8b65d5f35786e5b2d5a7997f5de7e2e66e2c830.tar.gz Shaarli-e8b65d5f35786e5b2d5a7997f5de7e2e66e2c830.tar.zst Shaarli-e8b65d5f35786e5b2d5a7997f5de7e2e66e2c830.zip |
Markdown: inline code background color
-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 | } |