-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextEditor Styling.css
56 lines (56 loc) · 1.31 KB
/
TextEditor Styling.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
.w-md-editor .title {
line-height: unset;
font-size: unset;
font-weight: unset;
color: #d4d4d4 !important;
}
.w-md-editor ul {
line-height: 1;
}
.text-editor .w-md-editor-bar svg {
display: none;
}
.text-editor .w-md-editor-bar {
background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAFAQMAAABo7865AAAABlBMVEVHcEzMzMzyAv2sAAAAAXRSTlMAQObYZgAAABBJREFUeF5jOAMEEAIEEFwAn3kMwcB6I2AAAAAASUVORK5CYII=");
height: 11px;
cursor: row-resize;
background-color: #37414b;
background-repeat: no-repeat;
background-position: 50%;
width: 100%;
position: relative;
}
.text-editor em {
font-style: italic;
}
.text-editor .wmde-markdown hr {
border-top: 1px solid #dee5ed;
}
.text-editor .wmde-markdown ol {
list-style: decimal;
}
.text-editor .w-md-editor-show-live {
/* Hide menu bar buttons to
prevent accidental delete */
z-index: 20;
}
.text-editor .w-md-editor-toolbar {
background-color: #37414b;
border-bottom: 1px solid gray;
}
.text-editor .w-md-editor-toolbar li button {
color: #d4d4d4;
}
.text-editor .w-md-editor-content {
background-color: #202123;
}
.text-editor .w-md-editor,
.text-editor .w-md-editor .w-md-editor-text-pre {
color: #d4d4d4;
}
.text-editor .w-md-editor-text-pre .bold {
color: unset;
}
.text-editor .token.list.punctuation {
background-color: unset;
}