Closed alancleary closed 10 months ago
It doesn't seem to be possible to change the text color using UIkit classes without breaking hover or making the text unreadable.
Yeah I just dropped it on the jekyll-legumeinfo site (use-theme branch, still in PR). I think the default looks pretty good, actually, I don't even remember why I did what I did ages ago.
It doesn't seem to be possible to change the text color using UIkit classes without breaking hover or making the text unreadable.
Correct. See https://github.com/legumeinfo/jekyll-theme-legumeinfo/issues/62; in short, there's too many things people are going to want to customize over time so I'm going to set things up so people can customize whatever they want without my involvement.
It doesn't seem to be possible to change the text color using UIkit classes without breaking hover or making the text unreadable.
@That-Thing I can't remember if this was your original intent but as of theme PR #75 you can customize pretty much anything in UIkit via SCSS in your site.
Done in PR #14.
As reported is https://github.com/legumeinfo/jekyll-theme-legumeinfo/issues/67, the navbar dropdown menus use the
uk-link-reset
class to change the color of the menu links from grey to black. This breaks the hover functionality since the menu items turn black when they're moused over. Remove theuk-link-reset
class to restore the hover functionality.