diete-design / diete.design

https://diete.design
MIT License
0 stars 0 forks source link

Add input validation to color input #93

Open agazso opened 3 weeks ago

agazso commented 3 weeks ago

So that only hex color values are allowed. Optionally convert from other formats that are accepted in CSS (rgb, hsl etc.).

Originally from #80

vojtechsimetka commented 3 weeks ago

Also it is only 6 digits hex so variants like #FFF, #FFF0 or #FFFFFF00 are not supported.