diff options
author | silverwind <me@silverwind.io> | 2020-12-18 21:00:07 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 15:00:07 -0500 |
commit | e25e7b9598241947e83977b3ea6f8349cfdaa050 (patch) | |
tree | 00c38eeed27e31aaffd6e3c1bc49011d54f9412a /web_src/less/_base.less | |
parent | e2b069e57784075124863a3926c7f1d89fa760a9 (diff) | |
download | gitea-e25e7b9598241947e83977b3ea6f8349cfdaa050.tar.gz gitea-e25e7b9598241947e83977b3ea6f8349cfdaa050.zip |
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>
Diffstat (limited to 'web_src/less/_base.less')
-rw-r--r-- | web_src/less/_base.less | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/_base.less b/web_src/less/_base.less index 9a7aa28d4b..c07c76eb92 100644 --- a/web_src/less/_base.less +++ b/web_src/less/_base.less @@ -150,6 +150,7 @@ textarea { font-family: var(--fonts-regular); } +pre, code, kbd, samp { |