diff --git a/sass/sections/_reports.scss b/sass/sections/_reports.scss index 0f7323a..51ef4f7 100644 --- a/sass/sections/_reports.scss +++ b/sass/sections/_reports.scss @@ -183,6 +183,19 @@ margin-bottom: $spacing-2; } + // Ensure heading anchor links look like plain headings + h2, h3, h4 { + > a[href^="#"] { + color: inherit; + text-decoration: none; + + &:hover { + color: inherit; + text-decoration: none; + } + } + } + p { margin-bottom: $spacing-4; line-height: $line-height-relaxed; diff --git a/sass/sections/_status.scss b/sass/sections/_status.scss index 9ce6ca1..2d29dce 100644 --- a/sass/sections/_status.scss +++ b/sass/sections/_status.scss @@ -18,6 +18,16 @@ &__title { margin-bottom: $spacing-4; + + > a[href^="#"] { + color: inherit; + text-decoration: none; + + &:hover { + color: inherit; + text-decoration: none; + } + } } &__description { @@ -126,6 +136,16 @@ &__title { font-size: $font-size-2xl; margin-bottom: $spacing-2; + + > a[href^="#"] { + color: inherit; + text-decoration: none; + + &:hover { + color: inherit; + text-decoration: none; + } + } } &__description { @@ -236,6 +256,16 @@ padding: $spacing-3 $spacing-4; background-color: $color-gray-50; border-bottom: 1px solid $color-gray-200; + + > a[href^="#"] { + color: inherit; + text-decoration: none; + + &:hover { + color: inherit; + text-decoration: none; + } + } } } diff --git a/templates/status/section.html b/templates/status/section.html index 1372550..51e47cc 100644 --- a/templates/status/section.html +++ b/templates/status/section.html @@ -15,7 +15,9 @@
Real-time interoperability test results across libp2p implementations. These tests verify that different implementations can communicate with each other. @@ -39,7 +41,9 @@
Tests verifying that different transport implementations (TCP, QUIC, WebSocket, etc.) can communicate.
@@ -106,7 +110,10 @@