[OCaml] Mobile-friendly clone of cgit.
style use white for directory links instead of skyblue
Directory names in the tree view now use white text like file links, removing the blue distinction for a more uniform listing appearance.
lib/static/styles.css
@@ -604,7 +604,7 @@
604
604
}
605
605
606
606
.tree-link {
607
Removed:
color: skyblue;
607
Added:
color: white;
608
608
text-decoration: none;
609
609
padding: 0.2em 0.4em;
610
610
border-radius: 0.25rem;