Skip to content

Commit

Permalink
Merge pull request #863 from jordandanielewski/no-code-background
Browse files Browse the repository at this point in the history
No background for <code> in <pre>
  • Loading branch information
LeaVerou committed Jan 22, 2016
2 parents b184c26 + 36ddfb5 commit 7501ceb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions themes/prism-coy.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
text-align: left;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-dark.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: white;
background: none;
text-shadow: 0 -.1em .2em black;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-okaidia.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: #f8f8f2;
background: none;
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-tomorrow.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: #ccc;
background: none;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
text-align: left;
Expand Down
1 change: 1 addition & 0 deletions themes/prism-twilight.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: white;
background: none;
direction: ltr;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
Expand Down
1 change: 1 addition & 0 deletions themes/prism.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
direction: ltr;
Expand Down

0 comments on commit 7501ceb

Please sign in to comment.