Skip to content

Commit

Permalink
fix(css): set colour of <code> with link
Browse files Browse the repository at this point in the history
  • Loading branch information
curbengh committed Aug 23, 2020
1 parent db3da48 commit f360c8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions themes/navy/source/css/_partial/page.styl
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ note-warn = hsl(0, 100%, 50%)
&:after
content: " (" attr(href) ")"
font-size: 80%
code
color: color-link
strong
font-weight: bold
em
Expand Down

0 comments on commit f360c8c

Please sign in to comment.