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

9d78145

Author: brian (git@myr.sh)

Date: Wed Sep 20 14:27:12 2023 -0300

Parent: 42f9324

Adjusted counter style

Diff

diff --git a/update-repo-tree b/update-repo-tree
index 4e6164d..7dac49e 100755
--- a/update-repo-tree
+++ b/update-repo-tree
@@ -26,6 +26,10 @@ createfilepage() {
padding: 20px;
font-family: sans-serif;
}
+		li::marker {
+			color: gray;
+			content: counter(list-item, decimal-leading-zero) " "
+		}
pre {
white-space: nowrap;
font-family: monospace;