X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/c7e7c816341bfa56b5ef5e93714038f746f124cd..a443e08da5bbea55317c6eb96af7059c2ff564b3:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 5560823..295ef36 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -66,13 +66,17 @@ a.list img.avatar { } .page_header { - padding: 1rem; + /* Subtracting the border-top, because otherwise the underlines on/below links start to unbalance it. */ + padding: 0.75rem 1rem 1rem; font-size: 150%; - font-weight: bold; border-top: 0.25rem solid #f71; background-color: #f716; } +.page_header a { + font-weight: bold; +} + .page_header a:visited, a.header { color: #0000cc; } @@ -581,7 +585,7 @@ a.linenr { user-select: none; } -a.rss_logo { +a.feed_logo { padding: 3px 5px; border: 1px solid; border-color: #fcc7a5 #7d3302 #3e1a01 #ff954e; @@ -594,15 +598,15 @@ a.rss_logo { text-decoration: none; } -a.rss_logo:hover { +a.feed_logo:hover { background-color: #ee5500; } -a.rss_logo.generic { +a.feed_logo.generic { background-color: #ff8800; } -a.rss_logo.generic:hover { +a.feed_logo.generic:hover { background-color: #ee7700; }