tophersimon of Táve Gist
5/3/2017 - 1:39 PM

Changes button fonts and colors.

Changes button fonts and colors.

/* Button Defaults */
.btn-default, .btn-brand {
    color: #fff;
    background-color: #b5d2c9;
    border-color: #42a5a0;
background-image:none;
    font-family: 'Adobe Caslon Pro';
    font-weight: 700;
    color: #fff !important;
}
/* Button Hover */
.btn-default:hover, .btn-brand:hover {
    background-color: #9ac5c3;
    border-color: #42a5a0;
background-image:none;
    font-family: 'Adobe Caslon Pro';
    font-weight: 700;
    color: #fff;
}