/*
Theme Name: Uncode Child
Description: Child theme for Uncode theme
Author: Undsgn™
Author URI: http://www.undsgn.com
Template: uncode
Version: 1.0.0
Text Domain: uncode
*/

/* ------------------------------------------------------------
   Contact Form 7 — submit button label colour

   Uncode's own .btn-accent rule sets color: #ffffff !important, so
   an equal-specificity rule can't win regardless of stylesheet order.
   This selector (0,3,1) is more specific than .btn-accent (0,1,0),
   which lets an !important here take precedence over Uncode's.
   ------------------------------------------------------------ */
.wpcf7-form input.wpcf7-submit.btn-accent {
	color: #0d0d0d !important;
}