Skip to content

Commit

Permalink
fix: code block in long description of a package in dark mode (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryolitia committed Apr 10, 2024
1 parent 0f14890 commit 92a9c0a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions frontend/src/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 92a9c0a

Please sign in to comment.