X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/069b78426769040f09cf16fb7188a8e02b0fc415643a5b60a5d092703ee13132..9d39b8d324ee469dea6eeaf90ffb751f8b1a0178ee2eddb7d9da205cec6d5f8f:/gitweb.css?ds=sidebyside diff --git a/gitweb.css b/gitweb.css index 8f94ed5..8035ff1 100644 --- a/gitweb.css +++ b/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;