Feature data sets are displayed prominently on our homepage. The display consists of a background image with a text overlay. Sometimes the contrast between the image and text can make reading difficult.
A potential solution might be to add a layer (i.e. HTML <div>) between the image and text, and control color and transparency with a CSS class.
I will be submitting a pull request with this implementation shortly, and will be looking for feedback. Thanks!
Feature data sets are displayed prominently on our homepage. The display consists of a background image with a text overlay. Sometimes the contrast between the image and text can make reading difficult.
A potential solution might be to add a layer (i.e. HTML
<div>
) between the image and text, and control color and transparency with a CSS class.I will be submitting a pull request with this implementation shortly, and will be looking for feedback. Thanks!