Browse Source

Fix for screenshot-capture

simov 9 years ago
parent
commit
97b25b125d
1 changed files with 3 additions and 0 deletions
  1. 3 0
      css/content.css

+ 3 - 0
css/content.css

@@ -47,3 +47,6 @@ body.markdown-body #html>*:first-child {
 body.markdown-body #html>*:last-child {
 body.markdown-body #html>*:last-child {
   margin-bottom: 0 !important;
   margin-bottom: 0 !important;
 }
 }
+body.markdown-body img {
+  background-color: transparent;
+}