Repo containing scripts to be used with dovel, and git hooks that powers our web interface.
Author: blmayer (bleemayer@gmail.com)
Date: Tue Nov 7 19:22:46 2023 -0300
Parent: 18b2b22
Fixed li markers
diff --git a/aux.sh b/aux.sh
index f9aa180..aa55f47 100755
--- a/aux.sh
+++ b/aux.sh
@@ -34,10 +34,6 @@ pagehead() {
}
table {width: 100%}
th {text-align: left}
- li::marker {
- color: gray;
- content: counter(list-item, decimal-leading-zero) " "
- }
ol {margin: 0}
tt {font-weight: bold}
@media (prefers-color-scheme: dark) {