File tree Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Expand file tree Collapse file tree 1 file changed +9
-13
lines changed Original file line number Diff line number Diff line change 17
17
}
18
18
19
19
.codeDiv {
20
- box-shadow : rgb (0 0 0 / 55% ) 5px 5px 30px ;
21
- padding : 20px 30px ;
22
- height : 100% ;
23
- background-color : # 151718 ;
24
- color : # fff ;
25
- border-radius : 5px ;
26
- font-size : 12px ;
27
- cursor : pointer;
20
+ box-shadow : rgb (0 0 0 / 55% ) 5px 5px 30px ;
21
+ padding : 20px 30px 0 30px ;
22
+ background-color : # 151718 ;
23
+ color : # fff ;
24
+ border-radius : 5px ;
25
+ font-size : 14px ;
26
+ cursor : pointer;
28
27
}
29
28
30
29
.codeDiv p {
36
35
padding : 0px ;
37
36
background : transparent none repeat scroll 0% 0% ;
38
37
color : # d6deeb ;
39
- white-space : nowrap;
40
- }
41
- .codeDiv pre code {
42
- white-space : pre-wrap;
38
+ margin : 0 ;
43
39
}
44
40
45
41
pre code .hljs {
46
- display : block ;
42
+ display : unset ;
47
43
overflow-x : auto;
48
44
padding : 0 ;
49
45
background : transparent;
You can’t perform that action at this time.
0 commit comments