File "_colour.scss"

Full Path: /home/vantageo/public_html/wp-admin/.wp-cli/wp-content/plugins/material-design-for-contact-form-7/v1/scss/_colour.scss
File size: 358 bytes
MIME-type: text/plain
Charset: utf-8

// Hint colour
label,
.cf7md-label--static,
.cf7md-help-text {
    color: $text-hint-on-light;
    .mdc-theme--dark & {
        color: $text-hint-on-dark;
    }
}

// Primary colour
input,
textarea,
select,
.wpcf7-list-item label,
.cf7md-accept-label {
    color: $text-primary-on-light;
    .mdc-theme--dark & {
        color: $text-primary-on-dark;
    }
}