mirror of
https://github.com/sorenpeter/timeline.git
synced 2025-12-16 03:17: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;
|
margin: 0.5rem 0;
|
||||||
border-radius: var(--standard-border-radius);
|
border-radius: var(--standard-border-radius);
|
||||||
min-height: 6rem;
|
min-height: 6rem;
|
||||||
background-color: #222; /* darch.dk only */
|
|
||||||
}
|
}
|
||||||
/*
|
|
||||||
|
/*
|
||||||
.TMBlankLine {
|
.TMBlankLine {
|
||||||
height:24px;
|
height:24px;
|
||||||
}
|
}
|
||||||
|
|
@ -47,13 +47,13 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.TMMark_TMCode {
|
.TMMark_TMCode {
|
||||||
font-family:monospace;
|
font-family: monospace;
|
||||||
font-size:.9em;
|
font-size: 0.9em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.TMFencedCodeBacktick, .TMFencedCodeTilde, .TMIndentedCode, .TMCode {
|
.TMFencedCodeBacktick, .TMFencedCodeTilde, .TMIndentedCode, .TMCode {
|
||||||
font-family:monospace;
|
font-family: monospace;
|
||||||
font-size:.9em;
|
font-size: 0.9em;
|
||||||
background-color: var(--accent-bg);
|
background-color: var(--accent-bg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue