fix: image backgroudn transparent

This commit is contained in:
원더 2021-01-17 11:03:23 +09:00
parent 3f29650c90
commit 85c82bb9d4

View File

@ -827,13 +827,11 @@
.markdown-body img {
max-width: 100%;
box-sizing: initial;
background-color: #fff;
}
.dark .markdown-body img {
max-width: 100%;
box-sizing: initial;
background-color: #0d1117;
}