PASTAplus / web-x

The EDI Website Project
Apache License 2.0
1 stars 1 forks source link

Improve contrast between featured data image and overlaid text #47

Closed clnsmth closed 1 year ago

clnsmth commented 1 year ago

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!

clnsmth commented 1 year ago

Closed by #48