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 %}

From 6ed0325505d577871bbc000162f1ef3186b6c5b4 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Thu, 20 Nov 2025 17:05:48 +0200 Subject: [PATCH 2/2] Also update the card target border colour --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index f374c6dff..87e0ff89e 100644 --- a/src/style.css +++ b/src/style.css @@ -60,7 +60,7 @@ body { .card:target { scroll-margin-top: 4.5rem; - border-color: #1595fe; + border-color: #1178cc; } .card-body p {