summary refs log tree commit diff
path: root/www/git.causal.agency/custom.css
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-13 22:50:32 +0000
committerJune McEnroe <june@causal.agency>2021-01-13 22:50:32 +0000
commit10e17478b30838229eeffeac1249e1e166cc95d5 (patch)
treebbf9b33f1445ebbf4f36ec860d4d5e1f3ae9f3ed /www/git.causal.agency/custom.css
parentTry to return make substitutions as single tokens (diff)
downloadsrc-10e17478b30838229eeffeac1249e1e166cc95d5.tar.gz
src-10e17478b30838229eeffeac1249e1e166cc95d5.zip
Switch git.causal.agency to hilex and htagml
Still missing a shell lexer in hilex, but well... it's shell.
Diffstat (limited to 'www/git.causal.agency/custom.css')
-rw-r--r--www/git.causal.agency/custom.css25
1 files changed, 12 insertions, 13 deletions
diff --git a/www/git.causal.agency/custom.css b/www/git.causal.agency/custom.css
index 802882d2..48331751 100644
--- a/www/git.causal.agency/custom.css
+++ b/www/git.causal.agency/custom.css
@@ -49,20 +49,19 @@ div#cgit div#summary {
 	max-width: 80ch;
 }
 
-/* from hi(1) */
-div#cgit .hi.Keyword { color: dimgray; }
-div#cgit .hi.Macro { color: green; }
-div#cgit .hi.Tag { color: inherit; text-decoration: underline; }
-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; }
-div#cgit .hi.Tag:target { color: goldenrod; outline: none; }
+/* for hilex(1) */
+div#cgit pre .Ke { color: dimgray; }
+div#cgit pre .Ma { color: green; }
+div#cgit pre .Co { color: navy; }
+div#cgit pre .St { color: teal; }
+div#cgit pre .Fo { color: teal; font-weight: bold; }
+div#cgit pre .Su { color: olive; }
 
-/* from mandoc(1) */
+/* for htagml(1) */
+div#cgit pre a.tag { color: inherit; text-decoration: underline; }
+div#cgit pre a.tag:target { color: goldenrod; outline: none; }
+
+/* for mandoc(1) */
 table.head, table.foot { width: 100%; }
 td.head-rtitle, td.foot-os { text-align: right; }
 td.head-vol { text-align: center; }