diff options
-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; } |