X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1d4aaff696ee1b9085dda0f0f3d84d9d20d96db0..1a6025b7a515a23ab4c83f4a5da468e00e4f0a38:/cgit.css diff --git a/cgit.css b/cgit.css index 43a40a3..54bbfcc 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;