diff options
| -rw-r--r-- | cgit.css | 5 | 
1 files changed, 5 insertions, 0 deletions
| @@ -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;  } | 
|  | index : cgit-70 | |
| a fork of cgit with a Gopher interface | KatolaZ | 
| summaryrefslogtreecommitdiff | 
| -rw-r--r-- | cgit.css | 5 | 
| @@ -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;  } |