From e162d7ca6c83e4884635bb572945a7e97a0aa730 Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Thu, 1 Feb 2024 11:43:36 -0500 Subject: [PATCH] Attempting additional fixes Getting the Xata logo to render correctly, and the sponsor page to work in dark mode. --- static/css/pgcac.css | 11 +++++++++++ templates/pages/sponsors.html | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/static/css/pgcac.css b/static/css/pgcac.css index 2017f3b..3235fbb 100644 --- a/static/css/pgcac.css +++ b/static/css/pgcac.css @@ -27,6 +27,17 @@ --navbar-bg-color: #212121; --navbar-fg-color: #f3f5f9; --navbar-toggler-img: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(243, 245, 249, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); + --table-td-bdr-color: #4a4a4a; + --table-td-fg-color: #f3f5f9; + --table-th-bdr-color: #4a4a4a; + --table-th-bg-color: #303030; + --table-th-fg-color: #f3f5f9; + --td-fm-no-bg-color: #ff8882; + --td-fm-no-fg-color: #000; + --td-fm-obs-fg-color: #000; + --td-fm-unk-fg-color: #000; + --td-fm-yes-bg-color: #89ff96; + --td-fm-yes-fg-color: #000; } body { diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index 67615e3..d44c7d5 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -22,7 +22,7 @@ - + Xata -- 2.39.5