mirror of
https://git.zx2c4.com/cgit
synced 2025-07-23 20:25:35 +02:00
cgit.css: highlight directories in tree
This commit is contained in:
parent
56522ebe13
commit
545b5a5dca
1 changed files with 5 additions and 0 deletions
5
cgit.css
5
cgit.css
|
@ -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…
Add table
Add a link
Reference in a new issue