changed CSS for tinyMDE

This commit is contained in:
sørenpeter 2024-11-28 13:22:30 +01:00
parent 5fdb52f205
commit cc7237013c

View file

@ -16,9 +16,9 @@
margin: 0.5rem 0;
border-radius: var(--standard-border-radius);
min-height: 6rem;
background-color: #222; /* darch.dk only */
}
/*
/*
.TMBlankLine {
height:24px;
}
@ -47,13 +47,13 @@
*/
.TMMark_TMCode {
font-family:monospace;
font-size:.9em;
font-family: monospace;
font-size: 0.9em;
}
.TMFencedCodeBacktick, .TMFencedCodeTilde, .TMIndentedCode, .TMCode {
font-family:monospace;
font-size:.9em;
font-family: monospace;
font-size: 0.9em;
background-color: var(--accent-bg);
}