Skip to content

Commit

Permalink
Override tachyons styles for code tag
Browse files Browse the repository at this point in the history
  • Loading branch information
royallsilwallz committed Nov 22, 2023
1 parent 85075e8 commit 7e00fe2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/assets/styles/_extra.scss
Original file line number Diff line number Diff line change
Expand Up @@ -616,3 +616,8 @@ a[href="https://www.mapbox.com/map-feedback/"]
.link:focus {
outline: revert;
}

// Override tachyons font-family for code tag
.code {
font-family: inherit;
}

0 comments on commit 7e00fe2

Please sign in to comment.