/* Theme Name: Child Theme URI: http://webtuts.pl/themes/sugar-spice Description: sugarspice Child Theme Author: Aleksandra Laczek Author URI: http://webtuts.pl Template: sugar-and-spice Tags: light, white, gray, two-columns, fixed-layout, responsive-layout, custom-background, custom-menu, featured-images, theme-options, threaded-comments, translation-ready, full-width-template Text Domain: sugarspice-child */ @import url("../sugar-and-spice/style.css"); /* =Theme customization starts here -------------------------------------------------------------- */ body { color: #000; } /* Typography */ h1, h2, h3, h4, h5, h6 { color: #000; } /* Calendar Widget */ table th, table td{ color: #000; background: transparent; border: none; text-align: left; } /* 07. Forms & buttons ================================================== */ .button, button, input[type="submit"], input[type="reset"], input[type="button"] { color: #000; } /* #Forms */ input[type="text"], input[type="search"], input[type="password"], input[type="email"], textarea, select { color: #000; } input[type="text"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus { color: #000; } label span, legend span { color: #000; }