From 61959e0f3e6cd848f088006de740fc46fa2fbdc7 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Tue, 8 Jun 2010 20:46:34 +0200 Subject: add anchor bg color Signed-off-by: Florian Pritz --- data/paste.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data/paste.css') diff --git a/data/paste.css b/data/paste.css index 8745f6722..013f6e6a1 100644 --- a/data/paste.css +++ b/data/paste.css @@ -14,6 +14,10 @@ body { color: gray; } +.numbers a:target { + background: yellow; +} + .content { padding-left:3px; } -- cgit v1.2.3-24-g4f1b