Match arc-green code tag color to code blocks (#11023)

Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind 2020-04-09 21:03:14 +02:00 committed by GitHub
parent ca714db4fd
commit 8bef490f2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1586,7 +1586,7 @@ body .xdsoft_datetimepicker {
.markdown:not(code) code,
.markdown:not(code) tt {
background-color: rgba(0, 0, 0, .12);
background-color: #2a2e3a;
}
footer .container .links > * {