X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/909abc487e06381c85e05dd6e0136ff5818f6be5..a443e08da5bbea55317c6eb96af7059c2ff564b3:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 5d14f20..295ef36 100644 --- a/static/gitweb.css +++ b/static/gitweb.css @@ -66,7 +66,8 @@ 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%; border-top: 0.25rem solid #f71; background-color: #f716; @@ -584,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; @@ -597,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; }