Ionaru / Ionaru/easy-markdown-editor

Set default background color

Open
#300 0 comments 0 reactions 0 assignees View on GitHub
Bug
Dominant language
JavaScript
Stars
3.1k
Forks
363
PR merge metrics
No merged PRs in 30d

Description

**Describe the bug**

Using version 1.13.0 on a dark background looks like this:
![grafik](https://user-images.githubusercontent.com/6888294/107847947-24af9f00-6df0-11eb-9fd6-c62ba054387b.png)

Is this behavior intended? I mean, I've fixed this via css, but maybe there should be a config option? I am not sure what is best to use, so I just want to ask here.

This is my scss fix:
```scss
.EasyMDEContainer {
background-color: white;
border-radius: 4px;
}
```

Contributor guide

Open the contributing guide

Research direction

No source file, test, or entry point is named, and the report asks whether a CSS fix should become a configuration option. Begin by locating the EasyMDE container styling and configuration paths; done requires an agreed default or option and a check for the dark-background case.

Written by the indexing model from the issue text.

Assessment

Tech stack
css, javascript, scss
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.