summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@oper.io>2020-07-24 18:09:13 -0600
committerAaron Ball <nullspoon@oper.io>2020-07-24 18:09:13 -0600
commit09a7093d2715caf336de912df2bf24689b48cc33 (patch)
treeaf1b33d0963370ef012f609e28810fee89af962c /res
parent35df14631e10a5825e95bebf3f4a28fe7fd56686 (diff)
downloadoper.io-09a7093d2715caf336de912df2bf24689b48cc33.tar.gz
oper.io-09a7093d2715caf336de912df2bf24689b48cc33.tar.xz
cgit.css: Explicitly set diff font to monospace and 1.2 em
Diffstat (limited to 'res')
-rw-r--r--res/cgit.css2
1 files changed, 2 insertions, 0 deletions
diff --git a/res/cgit.css b/res/cgit.css
index e1341da..cce3d2e 100644
--- a/res/cgit.css
+++ b/res/cgit.css
@@ -260,6 +260,8 @@ table.diff {
width:100%;
background-color:#333;
color:#ddd;
+ font-family:"Iosevka Fixed", monospace;
+ font-size:1.2em;
}
div.ctx {

Generated by cgit