Login  Register

Tip Admonition Icon has Yellowish Shadow [SOLVED]

Posted by TheMagician on Oct 09, 2019; 11:21am
URL: https://discuss.asciidoctor.org/Tip-Admonition-Icon-has-Yellowish-Shadow-SOLVED-tp7201.html

When I use Font Awesome as a source for the admonition icons then the tip admonition icon always has a slightly yellow shadow whereas all the other admonition icons have grey shadows.

This behavior persists even if I use custom CSS in a docinfo file:

.admonitionblock td.icon .icon-tip::before {
  content: "\f0eb";
  color:black;
}

Is this the intended behavior?