summary refs log tree commit diff
path: root/www/git.causal.agency/custom.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-12-18 21:40:50 -0500
committerJune McEnroe <june@causal.agency>2019-12-18 21:40:50 -0500
commitfdfa42c75266015ee28867867917dd103c60fa93 (patch)
treec91987d872d0cda21ee99930917d76cb64d8da0b /www/git.causal.agency/custom.css
parentBail from hi if input is binary (diff)
downloadsrc-fdfa42c75266015ee28867867917dd103c60fa93.tar.gz
src-fdfa42c75266015ee28867867917dd103c60fa93.zip
Add git.causal.agency cgit config
Diffstat (limited to 'www/git.causal.agency/custom.css')
-rw-r--r--www/git.causal.agency/custom.css24
1 files changed, 24 insertions, 0 deletions
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css
new file mode 100644
index 00000000..7bec1dea
--- /dev/null
+++ b/www/git.causal.agency/custom.css
@@ -0,0 +1,24 @@
+@import url("cgit.css");
+
+div#cgit {
+	-moz-tab-size: 4;
+	tab-size: 4;
+}
+
+div#cgit table.blob td.linenumbers a:focus {
+	color: goldenrod;
+	text-decoration: underline;
+	outline: none;
+}
+
+div#cgit .hi.Keyword { color: dimgray; }
+div#cgit .hi.Macro { color: green; }
+div#cgit .hi.Tag { color: inherit; text-decoration: underline; }
+div#cgit .hi.Tag:focus { color: goldenrod; outline: none; }
+div#cgit .hi.String { color: teal; }
+div#cgit .hi.Format { color: teal; font-weight: bold; }
+div#cgit .hi.Interp { color: olive; }
+div#cgit .hi.Comment { color: navy; }
+div#cgit .hi.Todo { color: navy; font-weight: bold; }
+div#cgit .hi.DiffOld { color: red; }
+div#cgit .hi.DiffNew { color: green; }