Skip to content

Commit

Permalink
Merge pull request #244 from erjohnson/code-href
Browse files Browse the repository at this point in the history
Add underline to inline code links
  • Loading branch information
gingerBill authored Sep 28, 2024
2 parents 95ef8d8 + 9797929 commit 13b5068
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions themes/odin/assets/scss/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,7 @@ $table-cell-padding-x-sm: .2rem;
animation-name: fade-in-navbar-logo;
animation-duration: 1.5s;
}

.odin-article * a code {
text-decoration: underline;
}

0 comments on commit 13b5068

Please sign in to comment.