🐛 fix: fix padding hover on links with code (custom font) (#494)

This commit is contained in:
Clément Escolano 2025-03-12 10:15:03 +01:00 committed by GitHub
parent 1bb33439da
commit bf1d05e092
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 {