diff --git a/assets/css/main.css b/assets/css/main.css index 7997b7ec..557294ef 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -96,20 +96,14 @@ input, select, textarea { html { background: #000; - filter: invert(1) hue-rotate(180deg) } - - html img { - filter: invert(1) hue-rotate(180deg) - } - *, *:before, *:after { box-sizing: inherit; } body { - background: #ffffff; + background: #000; } body.is-preload *, body.is-preload *:before, body.is-preload *:after { @@ -187,7 +181,7 @@ input, select, textarea { line-height: 1.3; margin: 0 0 -0.1em 0; letter-spacing: -0.035em; - color:rgb(43, 42, 42) + color:rgb(204, 204, 204) } h1 a { @@ -217,7 +211,7 @@ input, select, textarea { line-height: 1.3; margin: 0 0 0 0; letter-spacing: -0.035em; - color:rgb(43, 42, 42) + color:rgb(204, 204, 204) } h3, h4, h5, h6 { @@ -269,6 +263,7 @@ input, select, textarea { } + sub { font-size: 0.8em; position: relative; @@ -291,8 +286,6 @@ input, select, textarea { padding: 0.5em 2em 0.5em 2em; } - - code { background: rgba(94, 39, 80, 1); color: #ffffff; @@ -1318,7 +1311,7 @@ input, select, textarea { padding-top: 3em; } - } + } @media screen and (max-width: 736px) { @@ -2679,7 +2672,7 @@ input, select, textarea { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; - postiion: relative; + position: relative; margin: -2.5em 0 0 -2.5em; } diff --git a/assets/js/main.js b/assets/js/main.js index deeef421..b060f053 100644 --- a/assets/js/main.js +++ b/assets/js/main.js @@ -4,15 +4,6 @@ Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) */ - - -const htmlEl = document.getElementsByTagName('html')[0]; - -const toggleTheme = (theme) => { - htmlEl.dataset.theme = theme; -} - - (function($) { var $window = $(window), diff --git a/doc-sphinx/build/doctrees/environment.pickle b/doc-sphinx/build/doctrees/environment.pickle index 15c4b1ab..0d8a00ac 100644 Binary files a/doc-sphinx/build/doctrees/environment.pickle and b/doc-sphinx/build/doctrees/environment.pickle differ