From 802a97d248bee553ad8f0c83f1c41c8b29b4ac1b Mon Sep 17 00:00:00 2001 From: Joonas Yliaho Date: Mon, 23 Apr 2018 14:27:29 +0300 Subject: [PATCH] chore: unexpected `background-color` value from code block (#217) --- lib/default-theme/styles/code.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/default-theme/styles/code.styl b/lib/default-theme/styles/code.styl index 2af6b2dcb7..cbd02ccdd7 100644 --- a/lib/default-theme/styles/code.styl +++ b/lib/default-theme/styles/code.styl @@ -23,7 +23,7 @@ code color #fff padding 0 - background-color none + background-color transparent border-radius 0 &:before position absolute