From 9dff075fb065d7b97db9663f98af25efe016a9e2 Mon Sep 17 00:00:00 2001 From: tilpner Date: Fri, 3 May 2019 15:31:59 +0200 Subject: Prevent selection of line numbers in blink --- src/code.html | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/code.html') diff --git a/src/code.html b/src/code.html index 1e009d6..f459b4e 100644 --- a/src/code.html +++ b/src/code.html @@ -26,6 +26,9 @@ color: #586e75; text-decoration: none; } + .linenumbers a:after \{ + content: attr(data-txt); + } -- cgit v1.2.3