From 494f6a514fc308007391783238f145cffdbc6df2 Mon Sep 17 00:00:00 2001 From: Yurov Dmitry Date: Tue, 15 Jan 2019 13:36:35 +0300 Subject: [PATCH] fix color --- src/common-elements/PrismDiv.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common-elements/PrismDiv.tsx b/src/common-elements/PrismDiv.tsx index 2e1eeda4..602c52aa 100644 --- a/src/common-elements/PrismDiv.tsx +++ b/src/common-elements/PrismDiv.tsx @@ -7,8 +7,8 @@ export const PrismDiv = styled.div` code[class*='language-'], pre[class*='language-'] { - /* color: white; - background: none; */ + /* color: white; */ + background: #f8f8f8; text-align: left; white-space: pre; word-spacing: normal;