Update index.html

main
Juju Adams 2021-11-02 22:51:03 +00:00
parent 95f9cbe279
commit d0f163c239
1 changed files with 3 additions and 6 deletions

View File

@ -188,15 +188,12 @@
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<script src="//unpkg.com/docsify-footer-enh/dist/docsify-footer-enh.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-tabs@1"></script>
<script src="https://unpkg.com/prismjs@1.24.0/components/prism-gml.min.js"></script>
<script src="https://unpkg.com/docsify-copy-code@2"></script>
<style>
:root {
/* Theme */
--background: #242e33;
--theme-hue: 47;
--theme-saturation: 100%;
--theme-lightness: 47%;
--background: #9fcce3;
--theme-color: ##e3b69f;
/* Content */
--content-max-width: 62em;
@ -226,7 +223,7 @@
padding: 0 5px;
}
pre[class*='language-'] {
border: 1px solid #1f282d;
border: 1px solid #495f6b;
overflow: auto;
position: relative;
}