File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 10
10
@media (prefers-color-scheme : light) {
11
11
body {
12
12
color-scheme : light;
13
- --color-thme-bg : # e7eaec ;
13
+ --color-thme-bg : # fff ;
14
14
--color-thme-text : # 282c34 ;
15
15
background-color : var (--color-thme-bg );
16
16
}
@@ -27,7 +27,7 @@ body[data-color-mode*='dark'] {
27
27
[data-color-mode *= 'light' ],
28
28
body [data-color-mode *= 'light' ] {
29
29
color-scheme : light;
30
- --color-thme-bg : # e7eaec ;
30
+ --color-thme-bg : # fff ;
31
31
--color-thme-text : # 282c34 ;
32
32
background-color : var (--color-thme-bg );
33
33
}
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ const App = () => {
43
43
< textarea
44
44
placeholder = "Please enter the Markdown code!"
45
45
value = { value }
46
+ spellCheck = "false"
46
47
onChange = { ( e ) => setValue ( e . target . value ) }
47
48
/>
48
49
< MarkdownPreview ref = { ref } className = "App-editor-preview" source = { value } />
You can’t perform that action at this time.
0 commit comments