chromium / badssl.com

:lock: Memorable site for testing clients against bad SSL configs.
https://badssl.com
Apache License 2.0
2.85k stars 191 forks source link

Fix up greens #277

Open lgarron opened 7 years ago

lgarron commented 7 years ago

I think we have inconsistent green background colors.

ncsccs commented 7 years ago

I can fix this by today.

prefixtitle commented 7 years ago

@lgarron There are inconsistency in the red and yellow colours as some of them are using rbg() colours. Should I update them to html colour tags (e.g. red and yellow)?

lgarron commented 7 years ago

If you'd like!

The colors should match https://hsts.badssl.com/ (background: rgb(68, 136, 68);), although using a template/variables would be est.

prefixtitle commented 7 years ago

Moving all the colours into a template page so it makes it easier to update in the future and just use variables on each page.