File tree Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Expand file tree Collapse file tree 1 file changed +16
-10
lines changed Original file line number Diff line number Diff line change 1
1
: focus-visible {
2
- box-shadow : unset !important ;
2
+ box-shadow : unset !important ;
3
3
}
4
4
5
5
.demo .nextra-code-block pre {
6
- background-color : transparent !important ;
7
- margin : 0 !important ;
8
- padding : 0 !important ;
6
+ background-color : transparent !important ;
7
+ margin : 0 !important ;
8
+ padding : 0 !important ;
9
9
}
10
10
11
11
.demo .nextra-code-block code > span {
12
- padding : 0 !important ;
12
+ padding : 0 !important ;
13
13
}
14
14
15
15
.demo .bn-container ,
16
16
.demo .bn-editor {
17
- height : 100% ;
17
+ height : 100% ;
18
18
}
19
19
20
20
.demo .bn-editor {
21
- overflow : auto;
22
- padding-block : 1rem ;
21
+ overflow : auto;
22
+ padding-block : 1rem ;
23
23
}
24
24
25
25
.demo-contents a {
26
- color : revert;
27
- text-decoration : revert;
26
+ color : revert;
27
+ text-decoration : revert;
28
28
}
29
+
30
+ .demo code .bn-inline-content {
31
+ font-size : 1em ;
32
+ line-height : 1.5 ;
33
+ display : block;
34
+ }
You can’t perform that action at this time.
0 commit comments