mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-15 10:57:01 +00:00
changed CSS for tinyMDE
This commit is contained in:
parent
5fdb52f205
commit
cc7237013c
1 changed files with 6 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue