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