knative/community

Logo colors don't conform with style guide

Open

#1,118 opened on Mar 20, 2022

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Go (254 forks)auto 404
good first issuekind/bugkind/good-first-issuekind/mkdocskind/stylepriority/nice-to-have

Repository metrics

Stars
 (291 stars)
PR merge metrics
 (PR metrics pending)

Description

The colors of the logos in https://github.com/knative/docs/tree/main/docs/images/logo don't conform with the color codes specified in the style guide. For instance, in rgb/knative-logo-rgb.png:

  • Dark blue: #0366ad but should be #0865ad
  • Light blue: #6593c8 but should be #6695ca

All images should be updated to conform with the color in the style guide.

Contributor guide