]> gitweb.ps.run Git - ps-cgit/blobdiff - cgit.css
Make repo header a link to summary page
[ps-cgit] / cgit.css
index 3579598c7dfc105745211d8f2bbd0c20b85b9268..382964a0418f45e299b79e4b3d56fd53ec12c120 100644 (file)
--- a/cgit.css
+++ b/cgit.css
@@ -13,6 +13,14 @@ h2 {
        margin-bottom: 0.1em;
 }
 
+a {
+       color: blue;
+       text-decoration: none;
+}
+
+a:hover {
+       text-decoration: underline;
+}
 
 table.list {
        border: solid 1px black;
@@ -46,7 +54,6 @@ div#header {
        border: solid 1px #aaa;
        vertical-align: middle;
 }
-
 div#header img#logo {
        float: right;
 }