Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/treetrek.git

Changes tag colour

Author Dave Jarvis <email>
Date 2026-02-15 00:08:13 GMT-0800
Commit 47c894cd9bf95b5629f250c86b42616bd1d12874
Parent 38357a3
Delta 4 lines added, 1 line removed, 3-line increase
repo.css
.hl-keyword,
-.hl-tag,
.hl-storage,
.hl-modifier {
color: #ff6188;
font-weight: 600;
+}
+
+.hl-tag {
+ color: #78a9ff;
}