From 38803cf19ee55e48110510bb4bfd58e8bca36ae5 Mon Sep 17 00:00:00 2001 From: Archisman Panigrahi Date: Sat, 21 Feb 2026 15:58:21 -0500 Subject: [PATCH] add underlines for hyperlinks in installation otherwise hyperlinks are not visible --- overrides/installation/installation.css | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/overrides/installation/installation.css b/overrides/installation/installation.css index a62d7db..3cfc650 100644 --- a/overrides/installation/installation.css +++ b/overrides/installation/installation.css @@ -3,7 +3,6 @@ .installation p, .installation ul, .installation li, -.installation a, .installation span { color: #000; list-style: none; @@ -12,6 +11,14 @@ text-decoration: none; } +.installation a { + color: #000; +} + +.installation a:not(.button) { + text-decoration: underline; +} + @media only screen and (min-width: 76.25em) { .md-main__inner { max-width: 100%; @@ -202,9 +209,10 @@ a.mobile-option { text-align: center; } -.other-version-link a { +.installation .other-version-link a { border-bottom: dashed 1px black; font-size: 18px; + text-decoration: none; } /* installation instructions */