X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=gitweb%2Fgitweb.css;h=07f5b5378805a520e22b0f1b598aed7af4235538;hb=9126f0091f271f090cc030a788219574ab0fea97;hp=aa0eeca24786dbd5143354fc3bb5e8cdb3ef831f;hpb=4b172de81b878cdc8b10803fd0cd79b3ca66a621;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;