From 26affa9c06ed6e52e690f72bfcc3463e33fce66a Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 23 Oct 2023 01:42:59 +0200 Subject: [PATCH] chromium fix for index flag --- static/js/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/index.js b/static/js/index.js index 66429ab..b8f2bd6 100644 --- a/static/js/index.js +++ b/static/js/index.js @@ -19,6 +19,7 @@ window.addEventListener("load", () => { display: inline; background: linear-gradient(to bottom right, red 0%, red 50%, black 50%); background-clip: text; + -webkit-background-clip: text; /* Chromium fix */ color: transparent; ` ),