From 85c82bb9d465ab392f84ff42d85d15595526bff2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Sun, 17 Jan 2021 11:03:23 +0900 Subject: [PATCH] fix: image backgroudn transparent --- github-markdown.css | 2 -- 1 file changed, 2 deletions(-) diff --git a/github-markdown.css b/github-markdown.css index 370d2d3..cecd6de 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -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; }