From 80d563d004f28f5aaf6a95869eb780416164aca3 Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Wed, 4 Jun 2025 17:33:09 -0400 Subject: [PATCH] Allow clicking on banner --- docs/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/style.css b/docs/style.css index ab4ba8ddc..1e98ae2ff 100644 --- a/docs/style.css +++ b/docs/style.css @@ -41,6 +41,7 @@ h6 code:not(pre code) { ); background-size: 300% 100%; animation: colorWave 14s ease-in-out infinite alternate; + pointer-events: none; } .dark #banner {