fix: code block in long description of a package in dark mode (#754)

This commit is contained in:
北雁 Cryolitia 2024-04-10 14:15:36 +08:00 committed by GitHub
parent 0f14890c79
commit 92a9c0a82b
Failed to generate hash of commit

View file

@ -755,6 +755,10 @@ header .navbar.navbar-static-top {
// long description of a package
& > :nth-child(1) {
margin-top: 1em;
pre {
@include terminal;
}
}
// how to install a package