Skip to content

Commit

Permalink
Merge pull request #80 from BoboTiG/fix-code-select
Browse files Browse the repository at this point in the history
fix: skip prompt when selecting code
  • Loading branch information
lepture authored Feb 20, 2025
2 parents 454522b + df56dbe commit 8661cf6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion static/css/contents/code.css
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,14 @@ pre.literal-block {
font-family: "Twemoji Country Flags", var(--sy-f-mono);
}

.highlight .gp,
.highlight .linenos {
user-select: none;
}

.highlight .linenos {
display: inline-block;
box-shadow: -0.05rem 0 var(--syntax-linenos-divider) inset;
user-select: none;
margin-right: .8rem;
padding-right: .8rem;
opacity: 0.6;
Expand Down

0 comments on commit 8661cf6

Please sign in to comment.