forked from platypush/platypush
[UI] Use .min.css
file for the Highlight.js styles.
This commit is contained in:
parent
3366732fa8
commit
9769520e88
4 changed files with 5 additions and 3 deletions
|
@ -103,7 +103,7 @@
|
|||
|
||||
<script>
|
||||
import 'highlight.js/lib/common'
|
||||
import 'highlight.js/styles/stackoverflow-dark.css'
|
||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
||||
import hljs from "highlight.js"
|
||||
import ActionArgs from "./ActionArgs"
|
||||
import ActionDoc from "./ActionDoc"
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
|
||||
<script>
|
||||
import 'highlight.js/lib/common'
|
||||
import 'highlight.js/styles/stackoverflow-dark.css'
|
||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
||||
import hljs from "highlight.js"
|
||||
import Utils from "@/Utils"
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
|
||||
<script>
|
||||
import 'highlight.js/lib/common'
|
||||
import 'highlight.js/styles/stackoverflow-dark.css'
|
||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
||||
import hljs from "highlight.js"
|
||||
import Utils from "@/Utils";
|
||||
|
||||
|
|
|
@ -168,3 +168,5 @@ $row-shadow: 0 0 1px 0.5px #cfcfcf !default;
|
|||
//// Code blocks
|
||||
$code-dark-bg: #090909 !default;
|
||||
$code-dark-fg: #f0f0f0 !default;
|
||||
$code-light-bg: #f2f0e9 !default;
|
||||
$code-light-fg: #090909 !default;
|
||||
|
|
Loading…
Reference in a new issue