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:
@ -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
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user