/**
 * Blog Cornerstone Button Fix
 *
 * Just fixes the accent button colors to use black text
 */

/* Override accent buttons to use black text */
.sb-btn-accent,
.sb-btn-accent:hover,
.sb-btn-accent:focus,
.sb-btn-accent:active {
    color: rgba(0, 0, 0, 1) !important;  /* Black text */
}