mirror of
https://github.com/zadam/trilium.git
synced 2025-11-02 03:16:11 +01:00
added code basic style do ckeditor, fixes #220
This commit is contained in:
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 {
|
||||
font-size: larger;
|
||||
}
|
||||
|
||||
/* this is because bootstrap (?) sets code color to red for some reason */
|
||||
code {
|
||||
color: inherit !important;
|
||||
}
|
||||
Reference in New Issue
Block a user