pyrox0 / fursona-schema

Schema for .well-known/fursona
Creative Commons Attribution 4.0 International
66 stars 5 forks source link

Color regex fix #2

Closed judah4 closed 1 year ago

judah4 commented 1 year ago

It was not valid for #d5d5d5. This now works for this array.

[
    "#d5d5d5",
    "#616e79",
    "#ffffff",
]

New: image

Old: image

pyrox0 commented 1 year ago

Looks good to me! I'm no regex wizard, so thanks for the fix here!