From 3ca8b8ff8928efad3adde4b3f8633fb24f8e1062 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Sat, 16 Oct 2021 21:34:07 -0400 Subject: [PATCH] Make the watermark brighter --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.js b/macrovision.js index 37b60da4..4667e5fe 100644 --- a/macrovision.js +++ b/macrovision.js @@ -4939,7 +4939,7 @@ function generateScreenshot(callback) { ctx.resetTransform(); - ctx.fillStyle = "#777"; + ctx.fillStyle = "#999"; ctx.font = "normal normal lighter 16pt coda"; ctx.fillText("macrovision.crux.sexy", 10, 25);