From 5a267250709d4705efc2e496b9184f4401f4d522 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 27 Jan 2025 16:32:30 +0100 Subject: [PATCH] variant: fix table contrast issue #998 --- assets/css/theme.css | 1 + layouts/partials/version.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/theme.css b/assets/css/theme.css index 4c9847b4dd..ebbbba718e 100644 --- a/assets/css/theme.css +++ b/assets/css/theme.css @@ -993,6 +993,7 @@ div.highlight > div table { margin: 0; } table { + color: var(--INTERNAL-MAIN-TEXT-color); position: relative; } tr:has(th) { diff --git a/layouts/partials/version.txt b/layouts/partials/version.txt index f0a2ace18f..304b103d9d 100644 --- a/layouts/partials/version.txt +++ b/layouts/partials/version.txt @@ -1 +1 @@ -7.3.2+60bb1c65c5fc8ae51330cff9b402b5ac0a2d34fb \ No newline at end of file +7.3.2+aeb331259b52481cb1d07869f86b0e770fb56172 \ No newline at end of file