list

scripts

Repo containing scripts to be used with dovel, and git hooks that powers our web interface.

curl https://dovel.email/scripts.tar tar

58a3d3f

Author: brian (git@myr.sh)

Date: Mon Sep 25 00:21:03 2023 -0300

Parent: bd3365e

Fixed pre style

Diff

diff --git a/aux.sh b/aux.sh
index b52abd2..8c374c4 100755
--- a/aux.sh
+++ b/aux.sh
@@ -30,7 +30,7 @@ pageheader() {
}
table {width: 100%}
th {text-align: left}
-		pre > file {
+		file > pre {
line-height: 0.65;
overflow-x: auto
}