Skip to content

Commit d82aa99

Browse files
author
ISAAC\laurie.copley
committed
Improving specifity of CSS selectors of examples on the README.md page
1 parent 4ff78fc commit d82aa99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ $(document).ready(function() {
5252
If your needs cool style, add styles by taste:
5353
```css
5454
/* for block of numbers */
55-
td.hljs-ln-numbers {
55+
.hljs-ln td.hljs-ln-numbers {
5656
-webkit-touch-callout: none;
5757
-webkit-user-select: none;
5858
-khtml-user-select: none;
@@ -70,7 +70,7 @@ td.hljs-ln-numbers {
7070
}
7171

7272
/* for block of code */
73-
td.hljs-ln-code {
73+
.hljs-ln td.hljs-ln-code {
7474
padding-left: 10px;
7575
}
7676
```

0 commit comments

Comments
 (0)