We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755b99d commit 6d301b9Copy full SHA for 6d301b9
web_src/js/utils.js
@@ -161,4 +161,3 @@ export function useLightTextOnBackground(backgroundColor) {
161
const brightness = (0.299 * r + 0.587 * g + 0.114 * b) / 255;
162
return brightness < 0.35;
163
}
164
-
0 commit comments