aboutsummaryrefslogtreecommitdiffhomepage
path: root/plugins
diff options
context:
space:
mode:
authorArthurHoaro <arthur@hoa.ro>2017-01-14 15:57:34 +0100
committerArthurHoaro <arthur@hoa.ro>2017-02-27 20:01:54 +0100
commit246d72e14344c417e37599b9ed4ce2c324e244f4 (patch)
treecad6aafb211bfc050227c28389e2e5359edf98ef /plugins
parent147f4df8436fcd3d157c48c181d7b0c6a1fd474b (diff)
downloadShaarli-246d72e14344c417e37599b9ed4ce2c324e244f4.tar.gz
Shaarli-246d72e14344c417e37599b9ed4ce2c324e244f4.tar.zst
Shaarli-246d72e14344c417e37599b9ed4ce2c324e244f4.zip
Fix markdown plugin color overriding
Diffstat (limited to 'plugins')
-rw-r--r--plugins/markdown/markdown.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/markdown/markdown.css b/plugins/markdown/markdown.css
index 6789ce84..ce19cd2a 100644
--- a/plugins/markdown/markdown.css
+++ b/plugins/markdown/markdown.css
@@ -150,7 +150,7 @@
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); 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} 151}
152 152
153.md_help { 153#pageheader .md_help {
154 color: white; 154 color: white;
155} 155}
156 156