1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-08-05 18:05:19 +02:00

Use monospace font in githook editor (#1958)

This commit is contained in:
silverwind 2017-06-13 04:48:49 +02:00 committed by Lunny Xiao
parent 889409ba31
commit 0168b7073d
2 changed files with 9 additions and 0 deletions

View file

@ -140,3 +140,9 @@
}
}
}
.githook {
textarea {
font-family: monospace;
}
}