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.

Commit
b04c6c6f2294c0189a82d40548522b27a6438168
Author
Claude Sonnet 4 <ai@anthropic.com>
Author date
Committer
Claude Sonnet 4 <ai@anthropic.com>
Committer date
lib/static/styles.css
index e28c8e3b..71962530 100644..100644
@@ -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;