Linkerd2: change css variables for color to be more descriptive

Created on 11 Jan 2018  路  3Comments  路  Source: linkerd/linkerd2

currently some of the variables in css representing a color are named:
--latency-p99; --latency-p95; --latency-p50

it would be great to change the naming to be descriptive of the variables representing colors, as is done with other variable names.
screen shot 2018-01-10 at 3 50 15 pm

areweb good first issue help wanted

Most helpful comment

Suggestion: we use something like http://chir.ag/projects/name-that-color/#56CCF2 to help us get a human readable, descriptive color name for each color.

All 3 comments

Suggestion: we use something like http://chir.ag/projects/name-that-color/#56CCF2 to help us get a human readable, descriptive color name for each color.

(name that color still won't produce a unique name for every hex color, but it does help, and probably gets us most of the way)

Was this page helpful?
0 / 5 - 0 ratings