]> BookStack Code Mirror - website/commitdiff
Fixed class name in customization docs
authorDan Brown <redacted>
Thu, 26 Nov 2020 21:10:39 +0000 (21:10 +0000)
committerDan Brown <redacted>
Thu, 26 Nov 2020 21:10:39 +0000 (21:10 +0000)
content/docs/admin/visual-customisation.md

index f77a387dd15a796e78f939227d8d2bf842e580ca..ae1ca0d0c256a49e1be74242c9c894331ce5f762 100644 (file)
@@ -21,7 +21,7 @@ in the admin settings of BookStack.
 body, button, input, select, label, textarea {
   font-family: "Roboto", sans-serif;
 }
 body, button, input, select, label, textarea {
   font-family: "Roboto", sans-serif;
 }
-.Codemirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
+.CodeMirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
   font-family: monospace;
 }
 </style>
   font-family: monospace;
 }
 </style>
@@ -35,7 +35,7 @@ Here's an example of using the 'Lato' font from [Google Web Fonts](https://fonts
 body, button, input, select, label, textarea {
   font-family: 'Lato', sans-serif;
 }
 body, button, input, select, label, textarea {
   font-family: 'Lato', sans-serif;
 }
-.Codemirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
+.CodeMirror, pre, #markdown-editor-input, .editor-toolbar, .code-base {
   font-family: monospace;
 }
 </style>
   font-family: monospace;
 }
 </style>