diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-06-08 20:46:34 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-06-08 20:46:34 +0200 |
commit | 61959e0f3e6cd848f088006de740fc46fa2fbdc7 (patch) | |
tree | d48e3e9dd9009f0e35dbe6d9c103f01c0480e631 | |
parent | a1be74d9559285198d8a6e25a8976088daefa090 (diff) |
add anchor bg color
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | data/paste.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |