You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently we have code that makes link with class btn white text
.l-content a.btn, .l-content a.button {
color: #fff;
}
we also need css where link inside button has white text
.l-content btn a, .l-content button a {
color: #fff;
}
The text was updated successfully, but these errors were encountered:
Currently we have code that makes link with class btn white text
.l-content a.btn, .l-content a.button {
color: #fff;
}
we also need css where link inside button has white text
.l-content btn a, .l-content button a {
color: #fff;
}
The text was updated successfully, but these errors were encountered: