1
1
mirror of https://github.com/go-gitea/gitea synced 2025-08-01 23:28:36 +00:00

Prevent .code-view from overriding font on icon fonts (#8614) (#8627)

This commit is contained in:
guillep2k
2019-10-22 03:39:40 -03:00
committed by Lunny Xiao
parent ece768ab6e
commit ccf5298a2c
2 changed files with 2 additions and 2 deletions

View File

@@ -1047,7 +1047,7 @@ footer {
overflow-x: auto;
overflow-y: hidden;
* {
*:not(.fa):not(.octicon):not(.icon) {
font-size: 12px;
font-family: @monospaced-fonts, monospace;
line-height: 20px;