Merge pull request #713 from jlowin/banner

Allow clicking on banner
This commit is contained in:
Jeremiah Lowin 2025-06-04 17:33:25 -04:00 committed by GitHub
commit b6b19281f4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 {