forked from platypush/platypush
[UI] s/stackoverflow-dark/monokai-sublime/ in extensions config page.
The dark blue YAML style used by `stackoverflow-dark` isn't very readable on black background.
This commit is contained in:
parent
91c66cdd48
commit
e5a2127ecb
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
<script>
|
||||
import 'highlight.js/lib/common'
|
||||
import 'highlight.js/styles/stackoverflow-dark.min.css'
|
||||
import 'highlight.js/styles/monokai-sublime.min.css'
|
||||
import hljs from "highlight.js"
|
||||
import CopyButton from "@/components/elements/CopyButton"
|
||||
import Utils from "@/Utils";
|
||||
|
|
Loading…
Reference in a new issue