.markdown-editor {
-fx-font-size: 14px;
}
.markdown-editor .h1 { -fx-font-size: 2em; }
.markdown-editor .h2 { -fx-font-size: 1.75em; }
.markdown-editor .h3 { -fx-font-size: 1.5em; }
.markdown-editor .h4 { -fx-font-size: 1.25em; }
.markdown-editor .h5 { -fx-font-size: 1.1em; }
.markdown-editor .h6 { -fx-font-size: 1em; }
.markdown-editor .h1,
.markdown-editor .h2,
.markdown-editor .h3,
.markdown-editor .h4,
.markdown-editor .h5,
.markdown-editor .h6 {
-fx-font-weight: bold;
-fx-fill: derive(crimson, -20%);
}
.markdown-editor .strong {
-fx-font-weight: bold;
}
.markdown-editor .em {
-fx-font-style: italic;
}
.markdown-editor .del {
-fx-strikethrough: true;
}
.markdown-editor .a {
-fx-fill: #4183C4 !important;
}
.markdown-editor .img {
-fx-fill: #4183C4 !important;
}
.markdown-editor .code {
-fx-font-family: monospace;
-fx-fill: #090 !important;
}
.markdown-editor .pre {
-fx-font-family: monospace;
-fx-fill: #060 !important;
}
.markdown-editor .blockquote {
-fx-fill: #777;
}
.markdown-editor .ul {
}
.markdown-editor .ol {
}
.markdown-editor .li {
-fx-fill: #444;
}
.markdown-editor .dl {
}
.markdown-editor .dt {
-fx-font-weight: bold;
-fx-font-style: italic;
}
.markdown-editor .dd {
-fx-fill: #444;
}
.markdown-editor .table {
-fx-font-family: monospace;
}
.markdown-editor .thead {
}
.markdown-editor .tbody {
}
.markdown-editor .caption {
}
.markdown-editor .th {
-fx-font-weight: bold;
}
.markdown-editor .tr {
}
.markdown-editor .td {
}
.markdown-editor .html {
-fx-font-family: monospace;
-fx-fill: derive(crimson, -50%);
}
.markdown-editor .monospace {
-fx-font-family: monospace;
}