We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64569f8 commit a7140e8Copy full SHA for a7140e8
_sass/colors/syntax-dark.scss
@@ -16,7 +16,11 @@
16
--filepath-text-color: #cacaca;
17
18
.highlighter-rouge .gp {
19
- color: #87939d;
+ color: #757575;
20
+ -webkit-user-select: none;
21
+ -moz-user-select: none;
22
+ -ms-user-select: none;
23
+ user-select: none;
24
}
25
26
/* --- Syntax highlight theme from `rougify style base16.dark` --- */
_sass/colors/syntax-light.scss
@@ -19,6 +19,14 @@
--inline-code-bg: #fbfafa;
+ .highlighter-rouge .gp {
27
28
+ }
29
+
30
/* --- Syntax highlight theme from `rougify style github` --- */
31
32
.highlighter-rouge table td {
0 commit comments