Skip to content

Commit

Permalink
manpage.css: make the pre background lighter on light, darker on dark
Browse files Browse the repository at this point in the history
  • Loading branch information
bagder committed Sep 13, 2024
1 parent be9f976 commit a8a6525
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions manpage.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre.level0 {
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-color: #e0e0e0;
background-color: #f0f0f0;
white-space: pre-wrap;
word-break: keep-all;
}
Expand All @@ -23,7 +23,7 @@ pre.level1 {
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-color: #e0e0e0;
background-color: #f0f0f0;
white-space: pre-wrap;
word-break: keep-all;
}
Expand Down Expand Up @@ -69,7 +69,7 @@ p.roffit {
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-color: #606060;
background-color: #404040;
white-space: pre-wrap;
word-break: keep-all;
}
Expand All @@ -80,7 +80,7 @@ p.roffit {
padding-right: 0.5em;
padding-top: 0.5em;
padding-bottom: 0.5em;
background-color: #606060;
background-color: #404040;
white-space: pre-wrap;
word-break: keep-all;
}
Expand Down

0 comments on commit a8a6525

Please sign in to comment.