Skip to content

Commit

Permalink
Fix pre code background color
Browse files Browse the repository at this point in the history
  • Loading branch information
milesmcc committed Aug 30, 2020
1 parent 6dc59da commit ef2ad8d
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dist/a17t.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/_includes/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
class="hover:text-neutral-900 font-medium">Recurse Center</a></p>
<div class="mb-4">
<a class="portal ~neutral active" href="https://github.com/milesmcc/a17t/">
<span>v0.2.7 <i class="fab fa-github"></i></span>
<span>v0.2.8 <i class="fab fa-github"></i></span>
</a>
</div>
</footer>
2 changes: 1 addition & 1 deletion docs/assets/css/dist/a17t.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "a17t",
"version": "0.2.7",
"version": "0.2.8",
"description": "Atomic design toolkit for beautiful, maintainable, and custom interfaces",
"main": "dist/a17t.css",
"scripts": {
Expand Down
8 changes: 4 additions & 4 deletions src/typography/content.css
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@
}

pre {
@apply overflow-auto pre;
}
code {
background-color: unset;
}

pre code {
background-color: none;
@apply overflow-auto pre;
}

code,
Expand Down

0 comments on commit ef2ad8d

Please sign in to comment.