Skip to content

Commit 5617b6a

Browse files
committed
Remove default colors from editor
1 parent 8922d44 commit 5617b6a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

packages/mini-editor/src/index.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
/** body */
4747

4848
.ch-editor-body {
49-
background-color: rgb(30, 30, 30);
50-
color: #cccccc;
49+
// background-color: rgb(30, 30, 30);
50+
// color: #cccccc;
5151
// font-size: 15px;
5252
// padding: 5px 10px;
5353
// line-height: 1.1rem;

packages/playground/content/simple-editor.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
import { CH } from "@code-hike/mdx"
2-
31
<CH.Code>
42

53
```js index.js

0 commit comments

Comments
 (0)