-rw-r--r-- | cgit.css | 10 |
1 files changed, 7 insertions, 3 deletions
@@ -29,3 +29,8 @@ table.list { } - +table.list tr { + background: white; +} +table.list tr:hover { + background: #eee; +} table.list th { @@ -40,5 +45,3 @@ table.list td { padding: 0.1em 0.5em 0.1em 0.5em; - background: white; } - img { @@ -87,2 +90,3 @@ td.blob { font-size: 100%; + background-color: white; } |