When I implement twitter bootstrap into my .aspx
page, the color of the text in the btn-primary
appears blue instead of white.
<asp:LinkButton ID="btnConfirm" runat="server" Text="Confirm"
CausesValidation="true" ValidationGroup="req" CssClass="btn btn-primary"
OnClick="btnConfirm_Click"></asp:LinkButton>
https://i.sstatic.net/fuyIz.png
On the other hand, the btn-default
displays as expected. Can anyone help me identify the issue? Your assistance is greatly appreciated.