From 0fba76dc7df203b291fcafa04744dc20d2e100b4 Mon Sep 17 00:00:00 2001
From: 5vl
Date: Thu, 10 Sep 2026 15:41:15 +0200
Subject: [PATCH] Link environment sites from homepage
---
website/index.html | 17 ++++++++++++++---
1 file changed, 14 insertions(+), 3 deletions(-)
diff --git a/website/index.html b/website/index.html
index 75f677d..94fa7bd 100644
--- a/website/index.html
+++ b/website/index.html
@@ -73,6 +73,17 @@
font-weight: 700;
}
+ .pipeline a {
+ color: inherit;
+ text-decoration: none;
+ }
+
+ .pipeline a:hover,
+ .pipeline a:focus-visible {
+ color: #5eead4;
+ text-decoration: underline;
+ }
+
.environment {
display: inline-flex;
align-items: center;
@@ -97,9 +108,9 @@
Current environment: {{ .Values.environment }}