Felipe de Alencar Pinheiro

Results 2 comments of Felipe de Alencar Pinheiro

There is a PR concerning that ( #2 )

You can create a [custom theme](https://atomiks.github.io/tippyjs/themes/#creating-a-theme), like: ```css .tippy-tooltip.tomato-theme { background-color: tomato; color: yellow; } .tippy-tooltip.tomato-theme[data-animatefill] { background-color: transparent; } .tippy-tooltip.tomato-theme .tippy-backdrop { background-color: tomato; } ``` And then on...