From 98668fe79dc014a55abdaa7b1925e13d1c585b01 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Tue, 1 Dec 2020 09:53:12 -0500 Subject: [PATCH] Make the link in screenshots more visible --- macrovision.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/macrovision.js b/macrovision.js index 66252b17..0ea0fe29 100644 --- a/macrovision.js +++ b/macrovision.js @@ -3858,7 +3858,7 @@ function generateScreenshot(callback) { renderToCanvas(); - ctx.fillStyle = "#555"; + ctx.fillStyle = "#777"; ctx.font = "normal normal lighter 16pt coda"; ctx.fillText("macrovision.crux.sexy", 10, 25);