Skip to content

Commit

Permalink
Use bold purple for \code
Browse files Browse the repository at this point in the history
  • Loading branch information
jxxcarlson committed Apr 22, 2021
1 parent 9916a34 commit 44e057f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Internal/Render.elm
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ renderCode source latexState args =
arg =
renderArg source 0 latexState args
in
Html.code [] [ oneSpace, arg ]
Html.code [HA.style "color" "#8a05ff", HA.style "font-weight" "550"] [ oneSpace, arg ]


renderEllie : String -> LatexState -> List LatexExpression -> Html msg
Expand Down

0 comments on commit 44e057f

Please sign in to comment.