diff --git a/src/routes/resources/animtab/index.tsx b/src/routes/resources/animtab/index.tsx index 235a793c..38fe376f 100644 --- a/src/routes/resources/animtab/index.tsx +++ b/src/routes/resources/animtab/index.tsx @@ -345,7 +345,7 @@ export default component$(() => { store.colorlength--; }} > - {t('color.colorLength@@Color Length')} + {t('color.colorLength@@Characters per color')} { @@ -407,8 +407,8 @@ export default component$(() => { 126, + 'text-gray-400 hover:text-gray-400': getBrightness(convertToRGB(color.hex)) < 126, + 'text-gray-700 hover:text-gray-700': getBrightness(convertToRGB(color.hex)) > 126, 'lum-input w-full lum-pad-xs hover:': true, }} style={`background: ${color.hex};`} diff --git a/src/routes/resources/rgb/index.tsx b/src/routes/resources/rgb/index.tsx index d5cd0424..f5e06d19 100644 --- a/src/routes/resources/rgb/index.tsx +++ b/src/routes/resources/rgb/index.tsx @@ -369,8 +369,8 @@ export default component$(() => { 126, + 'text-gray-400 hover:text-gray-400': getBrightness(convertToRGB(color.hex)) < 126, + 'text-gray-700 hover:text-gray-700': getBrightness(convertToRGB(color.hex)) > 126, 'lum-input w-full lum-pad-xs hover:': true, }} style={`background: ${color.hex};`}