diff options
author | tilpner | 2019-05-03 15:31:59 +0200 |
---|---|---|
committer | tilpner | 2019-05-03 15:31:59 +0200 |
commit | 9dff075fb065d7b97db9663f98af25efe016a9e2 (patch) | |
tree | 057f405a6270ed9348f2ad7e34d3372bb9cb9800 /src/code.html | |
parent | 559e4d09159e6966fe33faed6ddba4de3e9f2412 (diff) | |
download | rpb-s3-9dff075fb065d7b97db9663f98af25efe016a9e2.tar.gz rpb-s3-9dff075fb065d7b97db9663f98af25efe016a9e2.tar.xz rpb-s3-9dff075fb065d7b97db9663f98af25efe016a9e2.zip |
Prevent selection of line numbers in blink
Diffstat (limited to 'src/code.html')
-rw-r--r-- | src/code.html | 3 |
1 files changed, 3 insertions, 0 deletions
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); + } </style> </head> <body> |