From 888fd003e6dd8769f453e5e4e752359e07ffb4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9B=90=EB=8D=94?= Date: Thu, 14 Jan 2021 17:03:55 +0900 Subject: [PATCH] fix: table tr showing as darkmode --- github-markdown.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-markdown.css b/github-markdown.css index c2b59d7..40377c2 100644 --- a/github-markdown.css +++ b/github-markdown.css @@ -784,7 +784,7 @@ border: 1px solid #3b434b; } -.markdown-body table tr { +.dark .markdown-body table tr { background-color: #0d1117; border-top: 1px solid #c6cbd1; }