mirror of
https://github.com/zadam/trilium.git
synced 2025-06-06 18:08:33 +02:00
added code basic style do ckeditor, fixes #220
This commit is contained in:
parent
abbade96af
commit
ea0a5bc1c9
2
src/public/libraries/ckeditor/ckeditor.js
vendored
2
src/public/libraries/ckeditor/ckeditor.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -553,4 +553,9 @@ table.promoted-attributes-in-tooltip td, table.promoted-attributes-in-tooltip th
|
|||||||
|
|
||||||
.multiplicity {
|
.multiplicity {
|
||||||
font-size: larger;
|
font-size: larger;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* this is because bootstrap (?) sets code color to red for some reason */
|
||||||
|
code {
|
||||||
|
color: inherit !important;
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user