Don't use black text in code examples

This commit is contained in:
Adam Wathan 2017-10-23 13:35:55 -04:00
parent 99adf9baeb
commit 13f66b8834

View File

@ -8,11 +8,9 @@
code[class*="language-"],
pre[class*="language-"] {
@apply .font-mono;
@apply .text-slate-dark;
color: black;
background: none;
text-shadow: 0 1px white;
// font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;