I noticed the button icons has changed when looking the packages created:

it overwrites the CSS a few times π
I guess it was changed something to make the icon white on the blue buttons.

The default color #1b264f seems to be better π
It should probably just inherit color instead.
.box .list-buttons a i {
color: inherit;
}