X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3aae82703bfe70fc273f0611cdc780804df77bb8..7e1af8ad92abb4efc1d2069f0fa348f273d1e693:/cgit.css diff --git a/cgit.css b/cgit.css index 43a40a3..141bec8 100644 --- a/cgit.css +++ b/cgit.css @@ -212,6 +212,15 @@ table.blob td.no { text-align: right; } +table.blob td.no a { + color: black; +} + +table.blob td.no a:hover { + color: black; + text-decoration: none; +} + table.blob td.txt { white-space: pre; font-family: monospace; @@ -263,10 +272,6 @@ table.diffstat { background-color: #eee; } -table.diffstat tr:hover { - background-color: #ccc; -} - table.diffstat th { font-weight: normal; text-align: left;