Skip to content

Commit

Permalink
Merge pull request #250 from costateixeira/remove-text-shadow
Browse files Browse the repository at this point in the history
Remove text shadow in <code> and<pre>
  • Loading branch information
lmckenzi authored Aug 6, 2024
2 parents 75af99b + e88544c commit fc77737
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions content/assets/css/project.css
Original file line number Diff line number Diff line change
Expand Up @@ -755,3 +755,9 @@ li a[href^="http://"]:not([no-external^="true"]):after,li a[href^="https://"]:no
border-width: 0px;
background-color: transparent;
}


code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}

0 comments on commit fc77737

Please sign in to comment.