Skip to content

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alfalabs authored Jun 6, 2018
1 parent 7e39e35 commit 7301952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7301952

Please sign in to comment.