1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

#2623 fix wrong font for webhook history

This commit is contained in:
Unknwon
2016-03-05 23:09:16 -05:00
parent c18f67ac6a
commit c2ca103d30
2 changed files with 139 additions and 139 deletions

View File

@@ -1,4 +1,4 @@
.markdown {
.markdown:not(code) {
overflow: hidden;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
font-size: 16px;