X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=plugins%2Fmarkdown%2Fmarkdown.css;h=ce19cd2ab9666eb3deddc63809b1bfc6c156cc77;hb=1004742f09b55ff781c13745781b9a7e90986faa;hp=3c1b2aeb2bd90a414addb9dde31c3f63b88a8a69;hpb=10269bc8c9dfe87eb213c09a44308ce64ae0c12d;p=github%2Fshaarli%2FShaarli.git diff --git a/plugins/markdown/markdown.css b/plugins/markdown/markdown.css index 3c1b2aeb..ce19cd2a 100644 --- a/plugins/markdown/markdown.css +++ b/plugins/markdown/markdown.css @@ -143,7 +143,14 @@ hyphens: none; } -.md_help { +.markdown :not(pre) code { + background-color: #eee; + padding: 1px 3px; + border-radius: 1px; + box-shadow: 0 -1px 0 #e5e5e5,0 0 1px rgba(0,0,0,0.12),0 1px 1px rgba(0,0,0,0.24); +} + +#pageheader .md_help { color: white; }