Skip to content

Commit

Permalink
Suppress background-image
Browse files Browse the repository at this point in the history
Fixes #1555
  • Loading branch information
hadley committed May 24, 2022
1 parent 9544ca9 commit 82e904a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vignettes/articles/pr-functions.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ vignette: >
---

<style>
div.reviewer pre { background-color:#e3dece; }
div.output pre { background-color:#FFFFFF; }
div.reviewer pre { background-color:#e3dece; background-image: none; }
div.output pre { background-color:#FFFFFF; background-image: none; }
</style>

## Contributing to someone else's package
Expand Down

0 comments on commit 82e904a

Please sign in to comment.