Skip to content

Commit

Permalink
[LaTeX] use "regular" variant of light bulb for hint/tip
Browse files Browse the repository at this point in the history
  • Loading branch information
jfbu committed Jul 5, 2024
1 parent 9df853e commit 72b36ea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinx/texinputs/sphinx.sty
Original file line number Diff line number Diff line change
Expand Up @@ -772,7 +772,7 @@
% \sphinxdotitlerowwithicon in sphinxlatexadmonitions.sty). If user sets a
% title-icon key to some LaTeX code of their own, of course \spx@faIcon is
% not executed and the inserted space will thus be there, as expected.
\let\spx@faIcon\@gobbletwo
\newcommand\spx@faIcon[3][]{}%
}

% Now use the above colours as default settings, following the choices
Expand Down Expand Up @@ -809,8 +809,8 @@
% is absent, it is *not* a public macro to be used in custom user-level
% usage of the title-icon keys below!
div.note_title-icon =\spx@faIcon{info-circle},
div.hint_title-icon =\spx@faIcon{lightbulb},
div.tip_title-icon =\spx@faIcon{lightbulb},
div.hint_title-icon =\spx@faIcon[regular]{lightbulb},
div.tip_title-icon =\spx@faIcon[regular]{lightbulb},
div.seealso_title-icon =\spx@faIcon{share},
div.important_title-icon =\spx@faIcon{pause-circle},
div.caution_title-icon =\spx@faIcon{radiation},
Expand Down

0 comments on commit 72b36ea

Please sign in to comment.