From 5b777965ff4860f384ad553865ecc2320f64afee Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:25:33 +0200 Subject: [PATCH 1/2] Improve contrast of View and Contribute links --- templates/index.html.jinja | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/index.html.jinja b/templates/index.html.jinja index adb14c9f9..3e25c62de 100644 --- a/templates/index.html.jinja +++ b/templates/index.html.jinja @@ -14,15 +14,15 @@
{% if project.built %} - View + View • {% endif %} {% if project.contribution_link %} - Contribute + Contribute {% elif project.uses_platform %} - Contribute + Contribute {% else %} - Contribute + Contribute {% endif %}