cgit.css: highlight directories in tree

lh/pretty-blob-view
Georg Lukas 15 years ago
parent 56522ebe13
commit 545b5a5dca

@ -162,6 +162,11 @@ table.list td a {
color: black;
}
table.list td a.ls-dir {
font-weight: bold;
color: #00f;
}
table.list td a:hover {
color: #00f;
}

Loading…
Cancel
Save