1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-11 05:55:29 +00:00

tweak code tags in markdown (#11000)

- remove whitespace before and after
- increase horizontal padding
- make blocks more apparant on arc-green
This commit is contained in:
silverwind
2020-04-07 13:03:49 +02:00
committed by GitHub
parent 514e269b1d
commit d6741de934
2 changed files with 6 additions and 9 deletions

View File

@ -1584,6 +1584,11 @@ body .xdsoft_datetimepicker {
border-left-color: #888;
}
.markdown:not(code) code,
.markdown:not(code) tt {
background-color: rgba(0, 0, 0, .12);
}
footer .container .links > * {
border-left-color: #888;
}