k8s.io/test-infra@v0.0.0-20240520184403-27c6b4c223d8/label_sync/labels.css.tmpl (about) 1 {{ range $labelCSS := . -}} 2 .{{- $labelCSS.Name }} { 3 background-color: #{{ $labelCSS.BackgroundColor -}}; 4 color: #{{ $labelCSS.Color -}}; 5 } 6 7 {{ end }}