pidgin/nest

c1fbb1f6b8e5
WCAG 2 fixes for contrast and empty header

Testing Done:
Ran WAVE tool browser extension. They have a no-install, web version at https://wave.webaim.org/

As an example, improvement goes from 3+24 errors to 2+0 errors on https://pidgin.im/contact/

The colors are directly-scaled, viable suggestions, but it would be possible to make the green more green by exchanging red/blue for green while maintaining the same level of contrast. As an example #0c8a0c might be a bit more vibrant green. Please let me know if you would like me to suggest other slight color variations.

Bugs closed: NEST-45

Reviewed at https://reviews.imfreedom.org/r/777/
{{ partial "header.html" . }}
{{ .Content }}
{{- range .Pages.GroupByDate "2006-01-02" -}}
<h3>{{ .Key }}</h3>
{{- range .Pages -}}
<h4><a href="{{ .RelPermalink }}">{{ .Param "summary" }}</a></h4>
<ul>
{{- if .Param "cveNumber" }}<li><a href="https://cve.mitre.org/cgi-bin/cvename.cgi?name={{ .Param "cveNumber" | upper }}">{{ .Param "cveNumber" | upper }}</a></li>{{ end -}}
{{- if .Param "talosReportId" }}<li><a href="https://talosintelligence.com/vulnerability_reports/{{ .Param "talosReportId" | upper }}">{{ .Param "talosReportId" | upper }}</a></li>{{ end -}}
{{- if not (or (.Param "cveNumber") (.Param "talosReportId")) }}<li>No security advisories</li>{{ end -}}
</ul>
{{- end -}}
{{- end -}}
{{ partial "footline.html" . }}
{{ partial "footer.html" . }}