From 5bda553d6e8aa68e3d01a12ce7cdd48994eb099c Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 8 Apr 2026 03:52:09 +0000 Subject: [PATCH] Fix: exclude .sl-link-button from transparent border-bottom on links in slides page Agent-Logs-Url: https://github.com/github/gh-aw/sessions/5b82e239-77a0-4a33-ac81-08284634494d Co-authored-by: mnkiefer <8320933+mnkiefer@users.noreply.github.com> --- docs/src/styles/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/styles/custom.css b/docs/src/styles/custom.css index 2ec96aea0d0..a634133eee5 100644 --- a/docs/src/styles/custom.css +++ b/docs/src/styles/custom.css @@ -904,7 +904,7 @@ header::after { } /* Links */ -.sl-markdown-content a { +.sl-markdown-content a:not(.sl-link-button) { color: #79c0ff; text-decoration: none; transition: color 0.15s ease;