/* Backgrounds */ .blueberry-background { color: @white; background: @brand-blueberry; } .brand-background { background: @brand-color; color: @white; *,.richtext { ol { li:before { color: @brand-color !important; } } } } .brand-background-light { background: @brand-color-light; *,.richtext { ol { li:before { color: @brand-color-light !important; } } } } .celticblue-background { background: @brand-celticblue; color: @white; } .centenedotcom-carrot-background{ background:@centenedotcom-carrot; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-carrot; } } .centenedotcom-cerise-background{ background: @centenedotcom-cerise; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-cerise; } } .centenedotcom-leaf-background{ background: @centenedotcom-leaf; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-leaf; } } .centenedotcom-navy-background{ background: @centenedotcom-navy; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-navy; } } .centenedotcom-plum-background{ background: @centenedotcom-plum; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-plum; } } .centenedotcom-sky-background{ background: @centenedotcom-sky; color: @white; a.centenedotcom-white-btn:hover { color: @centenedotcom-sky; } } .dark-red-background { background: @dark-red; color: @white; } .grape-background { color: @white; background: @brand-grape; } .gray-background { color: @black; background: @medium-light-grey; } .hngreen-background { color: @white; background: @brand-healthnetgreen; } .light-gray-background { color: @black; background: @lightest-grey; } .lime-background { color: @black; background: @brand-lime; } .map-background { color: @black; background: #feecde; } .mint-background { color: @white; background: @brand-mint; } .navy-background { color: @white; background: @brand-navy; } .orange-background { background: @brand-orange; color: @black; } .raspberry-background { color: @white; background: @brand-raspberry; } .red-background { background: @bright-red; color: @white; } .teal-background { color: @white; background: @ambetter-teal; } .darker-teal-background { color: @white; background: @ambetter-teal-gradient; } .white-background { color: @dark-grey !important; background: @white; } .yellow-background { color: @darker-grey; background: @light-orange; } .yelloworange-background { color: @white; background: @ambetter-yelloworange; } .force-white-text { color: @white; }