From 31a89771cd05b24317bd50e8cdfd73da45ef32c4 Mon Sep 17 00:00:00 2001 From: James Moger <james.moger@gitblit.com> Date: Tue, 20 Mar 2012 19:47:21 -0400 Subject: [PATCH] Display tag links on indexed commits and tweaked term highlight color --- resources/gitblit.css | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/resources/gitblit.css b/resources/gitblit.css index 0b285fb..14fe038 100644 --- a/resources/gitblit.css +++ b/resources/gitblit.css @@ -295,8 +295,7 @@ } div.searchResult .highlight { - background-color: #ffffaa; - border: 1px solid #ffcc00; + background-color: #ccff66; padding: 0 2px; } -- Gitblit v1.9.1