diff options
Diffstat (limited to 'data/paste.css')
-rw-r--r-- | data/paste.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/paste.css b/data/paste.css index 6a9e60eda..c8f165a75 100644 --- a/data/paste.css +++ b/data/paste.css @@ -9,11 +9,13 @@ body { padding-right:4px; left:0; color: gray; + text-decoration: none; } .numbers a:target { background: yellow; } + div#highlight_line { background: yellow; display: inline; |