与 Android 相比,iOS 上的字形颜色不同

Glyphicons are different colour on iOS compared to Android

例如:

<a target="_blank" href="#Home" class="needsclick btn-header-xs btn-header-md btn-header-lg">
   <span class="fa fa-home header-glyph"></span>
</a>

'btn-header-*' 仅应用填充。

.header-glyph, header-glyph:active, header-glyph:focus, header-glyph:hover,
header-glyph:visited {
    color: #428bca !important;
    font-size: 25px !important
}

Android 这是蓝色 (#428bca),但 iOS 这是橙色。

在幕后看不到任何可以让它继承这种颜色的东西。

寻找可以被覆盖的特定于平台的问题??我也在 iOS 9.0.2 上开发。

我被要求将我的 iOS 从 9.0.2 更新到 9.1.0。此样式问题无法再复制。出于好奇查看了发行说明,但没有什么特别的。