From 2999c08b05b9761cbea43f726a4055975d3321b9 Mon Sep 17 00:00:00 2001 From: Oliver Eyton-Williams Date: Wed, 5 Jun 2019 17:28:20 +0200 Subject: [PATCH] fix: Remove text shadow in night mode --- client/src/components/layouts/prism-night.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/layouts/prism-night.css b/client/src/components/layouts/prism-night.css index e16706e925..4c20736761 100644 --- a/client/src/components/layouts/prism-night.css +++ b/client/src/components/layouts/prism-night.css @@ -25,7 +25,7 @@ -moz-hyphens: none; -ms-hyphens: none; hyphens: none; - + text-shadow: none; } .night pre[class*="language-"] code[class*="language-"] {