X-Git-Url: https://git.chrismorgan.info/gitweb/blobdiff_plain/c7e7c816341bfa56b5ef5e93714038f746f124cd..da136e3e141238dfc2ea4bb29ee566958e54e98e:/static/gitweb.css diff --git a/static/gitweb.css b/static/gitweb.css index 5560823..99069a2 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; }