fix: Remove text shadow in night mode

This commit is contained in:
Oliver Eyton-Williams
2019-06-05 17:28:20 +02:00
committed by Mrugesh Mohapatra
parent 69e232af6f
commit 2999c08b05

View File

@ -25,7 +25,7 @@
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
text-shadow: none;
}
.night pre[class*="language-"] code[class*="language-"] {