X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/3aae82703bfe70fc273f0611cdc780804df77bb8..96a24212fda0047a7cd5d79cc43377ce24c1f85c:/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;