Skip to content

Commit 367f286

Browse files
committed
deploy: 88af7b8
1 parent 6ffdffa commit 367f286

File tree

3 files changed

+7
-13
lines changed

3 files changed

+7
-13
lines changed

Diff for: assets/css/main.css

+6-13
Original file line numberDiff line numberDiff line change
@@ -96,20 +96,14 @@ input, select, textarea {
9696

9797
html {
9898
background: #000;
99-
filter: invert(1) hue-rotate(180deg)
10099
}
101-
102-
html img {
103-
filter: invert(1) hue-rotate(180deg)
104-
}
105-
106100

107101
*, *:before, *:after {
108102
box-sizing: inherit;
109103
}
110104

111105
body {
112-
background: #ffffff;
106+
background: #000;
113107
}
114108

115109
body.is-preload *, body.is-preload *:before, body.is-preload *:after {
@@ -187,7 +181,7 @@ input, select, textarea {
187181
line-height: 1.3;
188182
margin: 0 0 -0.1em 0;
189183
letter-spacing: -0.035em;
190-
color:rgb(43, 42, 42)
184+
color:rgb(204, 204, 204)
191185
}
192186

193187
h1 a {
@@ -217,7 +211,7 @@ input, select, textarea {
217211
line-height: 1.3;
218212
margin: 0 0 0 0;
219213
letter-spacing: -0.035em;
220-
color:rgb(43, 42, 42)
214+
color:rgb(204, 204, 204)
221215
}
222216

223217
h3, h4, h5, h6 {
@@ -269,6 +263,7 @@ input, select, textarea {
269263

270264
}
271265

266+
272267
sub {
273268
font-size: 0.8em;
274269
position: relative;
@@ -291,8 +286,6 @@ input, select, textarea {
291286
padding: 0.5em 2em 0.5em 2em;
292287
}
293288

294-
295-
296289
code {
297290
background: rgba(94, 39, 80, 1);
298291
color: #ffffff;
@@ -1318,7 +1311,7 @@ input, select, textarea {
13181311
padding-top: 3em;
13191312
}
13201313

1321-
}
1314+
}
13221315

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

@@ -2679,7 +2672,7 @@ input, select, textarea {
26792672
-webkit-flex-wrap: wrap;
26802673
-ms-flex-wrap: wrap;
26812674
flex-wrap: wrap;
2682-
postiion: relative;
2675+
position: relative;
26832676
margin: -2.5em 0 0 -2.5em;
26842677
}
26852678

Diff for: index.html

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ <h2>
3434
Simon Gravelle</a>, LIPhy, Grenoble, France
3535
</h2>
3636
</center>
37+
<br>
3738
</header>
3839
<br>
3940
<section class="tiles">

Diff for: sphinx/build/doctrees/environment.pickle

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)