fix: code block in long description of a package in dark mode (#754)
This commit is contained in:
parent
0f14890c79
commit
92a9c0a82b
|
@ -755,6 +755,10 @@ header .navbar.navbar-static-top {
|
||||||
// long description of a package
|
// long description of a package
|
||||||
& > :nth-child(1) {
|
& > :nth-child(1) {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
|
|
||||||
|
pre {
|
||||||
|
@include terminal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// how to install a package
|
// how to install a package
|
||||||
|
|
Loading…
Reference in a new issue