[jobpost]
/* Make WP Job Manager text white */
.job_listing,
.job_listing * {
color: #ffffff !important;
}
/* Make job titles white */
.job_listing .job-title,
.job_listing h1,
.job_listing h2,
.job_listing h3 {
color: #ffffff !important;
}
/* Make job meta text white */
.job_listing .job-meta,
.job_listing .job-meta * {
color: #ffffff !important;
}
/* If background needs change */
.job_listing {
background: transparent !important;
}
