Fix design when hovering on a code with link

This commit is contained in:
Clément Escolano 2025-03-07 12:19:47 +01:00 committed by GitHub
parent 1bb33439da
commit 26e5deb216
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -45,6 +45,7 @@ code {
a:hover code {
background-color: inherit;
padding-block: 0;
}
pre {