add: journal.css special note
This commit is contained in:
parent
f0d1a1e8e4
commit
dc50f3a8af
8 changed files with 125 additions and 13 deletions
|
@ -1250,3 +1250,32 @@ details.accordion .inner {
|
|||
.CodeMirror-focused .CodeMirror-placeholder {
|
||||
opacity: 50%;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
border-color: var(--color-super-lowered) !important;
|
||||
background-color: var(--color-lowered) !important;
|
||||
}
|
||||
|
||||
.CodeMirror-hints {
|
||||
background: var(--color-raised) !important;
|
||||
box-shadow: var(--shadow-x-offset) var(--shadow-y-offset) var(--shadow-size)
|
||||
var(--color-shadow);
|
||||
border-radius: var(--radius) !important;
|
||||
padding: var(--pad-1) !important;
|
||||
border-color: var(--color-super-lowered) !important;
|
||||
}
|
||||
|
||||
.CodeMirror-hints li {
|
||||
color: var(--color-text-raised) !important;
|
||||
border-radius: var(--radius) !important;
|
||||
transition:
|
||||
background 0.15s,
|
||||
color 0.15s;
|
||||
font-size: 10px;
|
||||
padding: calc(var(--pad-1) / 2) var(--pad-2);
|
||||
}
|
||||
|
||||
.CodeMirror-hints li.CodeMirror-hint-active {
|
||||
background-color: var(--color-primary) !important;
|
||||
color: var(--color-text-primary) !important;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue