From 2209fe5157b431cf57898deb889acdcc704dda64 Mon Sep 17 00:00:00 2001 From: lookshe Date: Sat, 27 Feb 2016 00:12:25 +0100 Subject: highlight flyspray-links in log and refs (FS#144) plus a bit more cleaner code --- cgit.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cgit.css') diff --git a/cgit.css b/cgit.css index 82c755c..555dd7c 100644 --- a/cgit.css +++ b/cgit.css @@ -195,6 +195,10 @@ div#cgit table.list td a { color: black; } +div#cgit table.list td a.FS-link { + color: blue; +} + div#cgit table.list td a.ls-dir { font-weight: bold; color: #00f; -- cgit v1.2.3