From 7a64009f825e07c774d8e80fb667b9626eee8765 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Ber=C3=A1nek?= Date: Tue, 18 Nov 2025 21:34:47 +0100 Subject: [PATCH] Make the queue PR table striped --- templates/queue.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/queue.html b/templates/queue.html index 48825100..35e81676 100644 --- a/templates/queue.html +++ b/templates/queue.html @@ -20,6 +20,9 @@ table { min-width: 100%; white-space: nowrap; + + --dt-row-stripe: 238, 238, 238; + --dt-row-stripe-alpha: 255; } table th, @@ -106,6 +109,7 @@

Rollup + {% for pr in prs %}