Skip to content

Commit

Permalink
webapps.pastebin: better colors
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjbq7 committed Jun 28, 2022
1 parent 270cfdc commit 3279067
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extra/webapps/pastebin/pastebin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
pre.code {
border: 1px dashed #ccc;
background-color: #f5f5f5;
border: 1px solid #dbdbdb;
border-radius: 5px;
background-color: #f7f7f7;
padding: 5px;
color: #000000;
}
Expand Down

0 comments on commit 3279067

Please sign in to comment.