Hacker News new | ask | show | jobs
by pkage 1520 days ago
The "bulma" way would be to add the `has-text-link` class to the <a> tag [0], which has the benefit of matching your styles as well.

[0] https://bulma.io/documentation/helpers/color-helpers/

1 comments

Ah neat, yeah that's exactly what I need, thanks!