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:
parent
e2b069e577
commit
e25e7b9598
2 changed files with 14 additions and 36 deletions
|
@ -150,6 +150,7 @@ textarea {
|
|||
font-family: var(--fonts-regular);
|
||||
}
|
||||
|
||||
pre,
|
||||
code,
|
||||
kbd,
|
||||
samp {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue