From ef6023f0350776e7b681bcbd2be2a6a76abe99f7 Mon Sep 17 00:00:00 2001 From: Dave Page Date: Mon, 22 Jul 2024 15:30:20 +0100 Subject: [PATCH] Format sponsor logos so they work regardless of light/dark mode. --- media/css/main.css | 6 ++++++ templates/sponsors/contributing.html | 2 +- templates/sponsors/financial.html | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/media/css/main.css b/media/css/main.css index 80afc3d1..cbfea862 100644 --- a/media/css/main.css +++ b/media/css/main.css @@ -1779,6 +1779,12 @@ img.organisation-logo { max-height: 65px; max-width: 150px; } +th.organisation-logo { + height: 65px; + width: 150px; + background-color: white !important; + text-align: center; +} /** Release Notes */ #release-notes .navheader, diff --git a/templates/sponsors/contributing.html b/templates/sponsors/contributing.html index dd055fba..e62affb5 100644 --- a/templates/sponsors/contributing.html +++ b/templates/sponsors/contributing.html @@ -20,7 +20,7 @@ {% endifchanged%} - + diff --git a/templates/sponsors/financial.html b/templates/sponsors/financial.html index e5eb5638..8c0ea7a4 100644 --- a/templates/sponsors/financial.html +++ b/templates/sponsors/financial.html @@ -70,7 +70,7 @@ levels are used:

- + @@ -80,7 +80,7 @@ levels are used:

Benefactor - + -- 2.39.5