From 8ff3fcd2a29e19eabaf6cbc57407ac5f602eb248 Mon Sep 17 00:00:00 2001 From: Michael Reber Date: Sat, 22 Nov 2025 13:59:58 +0100 Subject: [PATCH] Add some contrast fixes --- pkg/web/templates/index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/web/templates/index.html b/pkg/web/templates/index.html index 2a6ffce..d2d7de7 100644 --- a/pkg/web/templates/index.html +++ b/pkg/web/templates/index.html @@ -1983,7 +1983,7 @@ } else { html += '' + '
' - + '
' + + '
' + '
' + '
' + '

Total stored events

' @@ -2002,7 +2002,7 @@ + '
' + '
' + '
' - + '
' + + '
' + '

Events per server

' + ' ' + ' ' @@ -2966,7 +2966,7 @@ ]; summaryContainer.innerHTML = summaryCards.map(function(card) { return '' - + '
' + + '
' + '

' + escapeHtml(card.label) + '

' + '

' + escapeHtml(card.value) + '

' + '

' + escapeHtml(card.sub) + '

'