We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ff78fc + d82aa99 commit f691a30Copy full SHA for f691a30
README.md
@@ -52,7 +52,7 @@ $(document).ready(function() {
52
If your needs cool style, add styles by taste:
53
```css
54
/* for block of numbers */
55
-td.hljs-ln-numbers {
+.hljs-ln td.hljs-ln-numbers {
56
-webkit-touch-callout: none;
57
-webkit-user-select: none;
58
-khtml-user-select: none;
@@ -70,7 +70,7 @@ td.hljs-ln-numbers {
70
}
71
72
/* for block of code */
73
-td.hljs-ln-code {
+.hljs-ln td.hljs-ln-code {
74
padding-left: 10px;
75
76
```
0 commit comments