| -rw-r--r-- | cgit.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -272,6 +272,10 @@ table.diffstat { background-color: #eee; } +table.diffstat tr:hover { + background-color: #ccc; +} + table.diffstat th { font-weight: normal; text-align: left; |