Skip to content

Commit

Permalink
remove text shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
costateixeira authored Aug 5, 2024
1 parent 5d4085b commit e88544c
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 e88544c

Please sign in to comment.