1
0
Fork 0
forked from forgejo/forgejo

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {