We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6738d2c commit a08b583Copy full SHA for a08b583
gui/app/index.html
@@ -19,7 +19,7 @@
19
window.assetMapping = {
20
app: '{{rootURL}}assets/documize.js',
21
vendor: '{{rootURL}}assets/vendor.js',
22
- themedefault: '{{rootURL}}assets/documuze.css',
+ themedefault: '{{rootURL}}assets/documize.css',
23
themeconference: '{{rootURL}}assets/theme-conference.css',
24
themeforest: '{{rootURL}}assets/theme-forest.css',
25
themebrave: '{{rootURL}}assets/theme-brave.css',
gui/app/styles/core/section/code.scss
@@ -267,7 +267,8 @@
267
word-wrap: break-word;
268
white-space: pre-wrap;
269
word-break: normal;
270
- font-size: 1.1rem;
+ font-size: 1rem;
271
+ font-family: monospace, 'Courier New', Courier;
272
}
273
274
.CodeMirror-linebackground {
0 commit comments