From 730195259546fdc67fbf23a47426f96d40e8afb5 Mon Sep 17 00:00:00 2001 From: alfalabs Date: Wed, 6 Jun 2018 18:00:30 -0400 Subject: [PATCH] Update readme.md --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 5f89dcd..71dd825 100644 --- a/readme.md +++ b/readme.md @@ -44,7 +44,7 @@ Polymer web component to display a clock. The clock face is made with SVG image containing numbers for hours. To change the color of SVG, a CSS `filter` is applied. `--face-filter: invert(.5) sepia(5) saturate(25) hue-rotate(-45deg);` -Try to manipulate `saturation` and `hue-rotate` to achieve desired color. It is hard, but blame the CSS commitee. +Try to manipulate `saturation` and `hue-rotate` to achieve desired color. It is hard, but blame the CSS committee. Examples of colors: ```css