Use color to hint history

This commit is contained in:
Ian Gulliver
2024-12-05 17:45:18 -08:00
parent 1bbcfa3d0b
commit c9fd1a614f

View File

@@ -107,7 +107,7 @@ document.addEventListener('DOMContentLoaded', async () => {
<sl-icon name="arrow-counterclockwise" label="Restore" style="color: var(--sl-color-neutral-400);"></sl-icon>
</a>
</sl-tooltip>
<a href="{{ .Long }}" class="long">{{ .Long }}</a>
<a href="{{ .Long }}" class="long" style="color: var(--sl-color-primary-500);">{{ .Long }}</a>
</sl-tree-item>
{{ end }}