mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Don't use black text in code examples
This commit is contained in:
parent
99adf9baeb
commit
13f66b8834
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user