From 67c71465338404dbe12280b503613a764c9b534a Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sun, 28 May 2023 11:04:06 -0700 Subject: [PATCH] Fix tint color formatting --- js/shared.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/shared.js b/js/shared.js index 666f0d0..c27d5c5 100644 --- a/js/shared.js +++ b/js/shared.js @@ -16,7 +16,7 @@ const urlRegex = /(\b(https?|ftp|file):\/\/[-A-Z0-9+&@#\/%?=~_|!:,.;]*[-A-Z0-9+& const newsItemHTML = (news, minimal = false) => `
${news.url ? "" : ""} -
+

${news.title}

${news.caption}