X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=07f5b5378805a520e22b0f1b598aed7af4235538;hb=5e22e21769454857e00bc55be1f2eef8d873ba72;hp=aa0eeca24786dbd5143354fc3bb5e8cdb3ef831f;hpb=a0d74d160f3d416be8f7fbfd18fee0eebf40d8e0;p=git.git diff --git a/gitweb/gitweb.css b/gitweb/gitweb.css index aa0eeca24..07f5b5378 100644 --- a/gitweb/gitweb.css +++ b/gitweb/gitweb.css @@ -481,6 +481,19 @@ span.refs span { border-color: #ffccff #ff00ee #ff00ee #ffccff; } +span.refs span a { + text-decoration: none; + color: inherit; +} + +span.refs span a:hover { + text-decoration: underline; +} + +span.refs span.indirect { + font-style: italic; +} + span.refs span.ref { background-color: #aaaaff; border-color: #ccccff #0033cc #0033cc #ccccff;