Foundation div background can't over write background color code example
Example: css using the same background-color as the parent background
.child {
float: right;
background-color: inherit;
}
.child {
float: right;
background-color: inherit;
}