From 10e17478b30838229eeffeac1249e1e166cc95d5 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Wed, 13 Jan 2021 22:50:32 +0000 Subject: Switch git.causal.agency to hilex and htagml Still missing a shell lexer in hilex, but well... it's shell. --- www/git.causal.agency/custom.css | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) (limited to 'www/git.causal.agency/custom.css') 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; } -- cgit 1.4.1