diff options
author | Christoph (Sheogorath) Kern | 2018-07-03 21:41:04 +0200 |
---|---|---|
committer | GitHub | 2018-07-03 21:41:04 +0200 |
commit | 762cff677cddcf32ea0b0e55f338c6e410578a0e (patch) | |
tree | 45eab833f4c84ea42abc0332824aca3e6d1d5da5 /public/css/markdown.css | |
parent | 4e38d1836e49fb80fecb95726b30cb637e1fbaa6 (diff) | |
parent | 734e7b01a55ec2a70227effde61dc0e866de01d5 (diff) |
Merge pull request #884 from SISheogorath/fix/nightMode
Fix some night mode colors
Diffstat (limited to 'public/css/markdown.css')
-rw-r--r-- | public/css/markdown.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/public/css/markdown.css b/public/css/markdown.css index 85a4c594..23ed6bab 100644 --- a/public/css/markdown.css +++ b/public/css/markdown.css @@ -214,3 +214,7 @@ .markdown-body figure { margin: 1em 40px; } + +.markdown-body img { + background-color: transparent; +} |