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 @@