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

Commit list display tweaks (#14043)

- Make plain <pre> inherit our monospace fonts, overriding fomantic's
  css reset which means expanded commit messages now follow the font
  settings.
- Adjust link styling and keyword highlighting in commit message
- Consolidate .commit-summary styles to single selector group

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
silverwind
2020-12-18 21:00:07 +01:00
committed by GitHub
parent e2b069e577
commit e25e7b9598
2 changed files with 14 additions and 36 deletions

View File

@@ -150,6 +150,7 @@ textarea {
font-family: var(--fonts-regular);
}
pre,
code,
kbd,
samp {