Fix Jitsi report iframe title contrast

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
Scott Idem
2026-05-06 12:26:32 -04:00
parent f5155eba50
commit d32312653d

View File

@@ -422,10 +422,12 @@ function export_json() {
<title>&AElig;: Jitsi Meeting Reports</title>
</svelte:head>
<div class="w-full max-w-5xl space-y-4 p-4">
<div class="text-surface-950 dark:text-surface-50 w-full max-w-5xl space-y-4 p-4">
<!-- Page header: view toggle + export buttons -->
<div class="flex flex-row flex-wrap items-center justify-between gap-2">
<h1 class="text-xl font-bold">Jitsi Meeting Reports</h1>
<h1 class="!text-surface-950 dark:!text-surface-50 text-xl font-bold">
Jitsi Meeting Reports
</h1>
<div class="flex items-center gap-2">
<!-- View mode toggle -->
<div class="border-surface-200-800 flex overflow-hidden rounded-lg border text-sm">