Skip to content

Commit

Permalink
deploy: 076dcfa
Browse files Browse the repository at this point in the history
  • Loading branch information
simongravelle committed May 27, 2024
1 parent 9e00441 commit 0ffb59c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 22 deletions.
19 changes: 6 additions & 13 deletions assets/css/main.css
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -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 {
Expand Down Expand Up @@ -269,6 +263,7 @@ input, select, textarea {

}


sub {
font-size: 0.8em;
position: relative;
Expand All @@ -291,8 +286,6 @@ input, select, textarea {
padding: 0.5em 2em 0.5em 2em;
}



code {
background: rgba(94, 39, 80, 1);
color: #ffffff;
Expand Down Expand Up @@ -1318,7 +1311,7 @@ input, select, textarea {
padding-top: 3em;
}

}
}

@media screen and (max-width: 736px) {

Expand Down Expand Up @@ -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;
}

Expand Down
9 changes: 0 additions & 9 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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),
Expand Down
Binary file modified doc-sphinx/build/doctrees/environment.pickle
Binary file not shown.

0 comments on commit 0ffb59c

Please sign in to comment.