From 7a6c0bcccd09e6f1ea214423d5b3e88bc9009ae2 Mon Sep 17 00:00:00 2001 From: zzz Date: Wed, 27 Mar 2024 15:32:14 -0400 Subject: [PATCH] CSS update courtesy drzed --- scripts/tracker.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/tracker.css b/scripts/tracker.css index 4dce391..f46e0bf 100644 --- a/scripts/tracker.css +++ b/scripts/tracker.css @@ -42,8 +42,8 @@ html, body { border: 1px solid #555; box-shadow: inset 0 0 0 1px #111, inset 0 0 2px 1px #444, 0 0 2px 2px #000; background: #181818; - background: repeating-linear-gradient(to right, rgba(255, 255, 255, .05), rgba(0, 0, 0, .08) 2px), - repeating-linear-gradient(to bottom, #222, #111 2px); + background: repeating-linear-gradient(to right, rgba(255, 255, 255, .05), rgba(0, 0, 0, .08) 2px) center center / 2px 100%, + repeating-linear-gradient(to bottom, #222, #111 2px) center center / 100% 2px; background-blend-mode: overlay; will-change: transform; }