Merge pull request #53 from koirand/enh/#52

Unify code colors
Close #52
This commit is contained in:
Kazuki Koide 2019-05-20 00:17:50 +09:00 committed by GitHub
commit 997422cd16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -451,7 +451,7 @@
padding: 0.2em 0.4em;
margin: 0;
font-size: 85%;
background-color: rgba(27,31,35,0.05);
background-color: #f6f6f6;
border-radius: 3px;
}
@ -540,3 +540,4 @@
#contentBody hr {
border-bottom-color: #eee;
}