mirror of
https://github.com/gitbucket/gitbucket.git
synced 2025-11-05 04:56:02 +01:00
Merge pull request #547 from mslinn/master
Change Bootstrap's default color pink for code tags to match github's color
This commit is contained in:
@@ -8,6 +8,6 @@ Common scripts are in this directory.
|
|||||||
This version of scripts has so far only been tested on Ubuntu and Mac. Someone else will have to test on RedHat.
|
This version of scripts has so far only been tested on Ubuntu and Mac. Someone else will have to test on RedHat.
|
||||||
|
|
||||||
To run:
|
To run:
|
||||||
1. Edit `gitbucket.conf` to suit.
|
|
||||||
2. Type: `install`
|
|
||||||
|
|
||||||
|
1. Edit `gitbucket.conf` to suit.
|
||||||
|
2. Type: `install`
|
||||||
|
|||||||
@@ -1097,6 +1097,8 @@ div.markdown-body pre {
|
|||||||
div.markdown-body code {
|
div.markdown-body code {
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
padding: 0 5px;
|
padding: 0 5px;
|
||||||
|
background-color: rgba(0,0,0,0.04);
|
||||||
|
rgb(51, 51, 51);
|
||||||
}
|
}
|
||||||
|
|
||||||
div.markdown-body table {
|
div.markdown-body table {
|
||||||
|
|||||||
Reference in New Issue
Block a user