From f97b5f0cf9e2b9381f3ca32e84038050772ff72b Mon Sep 17 00:00:00 2001 From: adrien Date: Sat, 18 May 2024 04:54:47 +0200 Subject: [PATCH] fix pop buffer zone --- css/pop.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/css/pop.css b/css/pop.css index 0da649c..24d31ee 100644 --- a/css/pop.css +++ b/css/pop.css @@ -24,6 +24,9 @@ body[data-bs-theme="dark"] { #matrixTable { border-spacing: 1px; +} + +tr.matrix { background: repeating-linear-gradient(transparent, #1118 1px); }