1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-03 18:06:38 -04:00

non-selectable line numbers on code fences

This commit is contained in:
2019-12-04 11:25:46 -05:00
parent 1747bdd149
commit 552b62f571
9 changed files with 141 additions and 124 deletions

View File

@ -30,9 +30,9 @@ div.highlight span {
font-weight: bold;
}
// TODO: line numbers
&.ln {
// line numbers
&.lnt {
color: #999999;
margin-right: 1.5em;
user-select: none; // maybe add prefixes? https://caniuse.com/#feat=user-select-none
}
}