diff options
Diffstat (limited to 'cgit.css')
-rw-r--r-- | cgit.css | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -212,6 +212,15 @@ table.blob td.no { | |||
212 | text-align: right; | 212 | text-align: right; |
213 | } | 213 | } |
214 | 214 | ||
215 | table.blob td.no a { | ||
216 | color: black; | ||
217 | } | ||
218 | |||
219 | table.blob td.no a:hover { | ||
220 | color: black; | ||
221 | text-decoration: none; | ||
222 | } | ||
223 | |||
215 | table.blob td.txt { | 224 | table.blob td.txt { |
216 | white-space: pre; | 225 | white-space: pre; |
217 | font-family: monospace; | 226 | font-family: monospace; |