mirror of
https://github.com/documize/community.git
synced 2025-07-25 08:09:43 +02:00
parent
6738d2c9e1
commit
a08b583b22
2 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,7 @@
|
|||
window.assetMapping = {
|
||||
app: '{{rootURL}}assets/documize.js',
|
||||
vendor: '{{rootURL}}assets/vendor.js',
|
||||
themedefault: '{{rootURL}}assets/documuze.css',
|
||||
themedefault: '{{rootURL}}assets/documize.css',
|
||||
themeconference: '{{rootURL}}assets/theme-conference.css',
|
||||
themeforest: '{{rootURL}}assets/theme-forest.css',
|
||||
themebrave: '{{rootURL}}assets/theme-brave.css',
|
||||
|
|
|
@ -267,7 +267,8 @@
|
|||
word-wrap: break-word;
|
||||
white-space: pre-wrap;
|
||||
word-break: normal;
|
||||
font-size: 1.1rem;
|
||||
font-size: 1rem;
|
||||
font-family: monospace, 'Courier New', Courier;
|
||||
}
|
||||
|
||||
.CodeMirror-linebackground {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue