X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/4468ec1b15becf3838d8cf38440c527c487565a4..9c70c0bfdb71b39f6bae6e0c77bbe40b22d64ff5:/cgit.css diff --git a/cgit.css b/cgit.css index 71b0b9b..82c755c 100644 --- a/cgit.css +++ b/cgit.css @@ -254,7 +254,7 @@ div#cgit div.error { margin: 1em 2em; } -div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit a.ls-mod { +div#cgit a.ls-blob, div#cgit a.ls-dir, div#cgit .ls-mod { font-family: monospace; } @@ -590,6 +590,13 @@ div#cgit div.footer { font-size: 80%; color: #ccc; } +div#cgit div.footer a { + color: #ccc; + text-decoration: none; +} +div#cgit div.footer a:hover { + text-decoration: underline; +} div#cgit a.branch-deco { color: #000; margin: 0px 0.5em;