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;