]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Markdown: inline code background color 566/head
authorArthurHoaro <arthur@hoa.ro>
Fri, 13 May 2016 17:57:01 +0000 (19:57 +0200)
committerArthurHoaro <arthur@hoa.ro>
Fri, 13 May 2016 17:57:01 +0000 (19:57 +0200)
plugins/markdown/markdown.css

index 3c1b2aeb2bd90a414addb9dde31c3f63b88a8a69..6789ce841cbd7e5394ee73fb238d5bc7254213a4 100644 (file)
     hyphens: none;  
 }
 
+.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);
+}
+
 .md_help {
     color: white;
 }