Incorrect List Button color

Class .list-button has property color: var(–f7-list-button-text-color,var(–f7-theme-color)); But this property is overwritten by class .list .item-link { color: inherit; }
It looks like a bug in Framework7 css.
You can see this behavior in the List Button example app on the doc page: https://framework7.io/docs/list-view.html#list-button
The list buttons have black color there, but they should have blue one.

Issue in docs, it should be:

<a href="#" class="list-button">...</a>

without item-link class.
Pushed fix to docs page