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="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="//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://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> <script src="https://unpkg.com/docsify-copy-code@2"></script>
<style> <style>
:root { :root {
/* Theme */ /* Theme */
--background: #242e33; --background: #9fcce3;
--theme-hue: 47; --theme-color: ##e3b69f;
--theme-saturation: 100%;
--theme-lightness: 47%;
/* Content */ /* Content */
--content-max-width: 62em; --content-max-width: 62em;
@ -226,7 +223,7 @@
padding: 0 5px; padding: 0 5px;
} }
pre[class*='language-'] { pre[class*='language-'] {
border: 1px solid #1f282d; border: 1px solid #495f6b;
overflow: auto; overflow: auto;
position: relative; position: relative;
} }