diff --git a/contrib/README.md b/contrib/README.md index 1121a22..716ef77 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -8,6 +8,6 @@ This version of scripts has so far only been tested on Ubuntu and Mac. Someone else will have to test on RedHat. To run: -1. Edit `gitbucket.conf` to suit. -2. Type: `install` + 1. Edit `gitbucket.conf` to suit. + 2. Type: `install` diff --git a/src/main/webapp/assets/common/css/gitbucket.css b/src/main/webapp/assets/common/css/gitbucket.css index fddc9ff..0178bdd 100644 --- a/src/main/webapp/assets/common/css/gitbucket.css +++ b/src/main/webapp/assets/common/css/gitbucket.css @@ -1097,6 +1097,8 @@ div.markdown-body code { font-size: 12px; padding: 0 5px; + background-color: rgba(0,0,0,0.04); + rgb(51, 51, 51); } div.markdown-body table {