-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
57 lines (54 loc) · 1.13 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>Rust Release Notes</title>
<meta charset="utf-8">
<style>
h2,h3 {margin: 0;}
html {background: #ddd;}
li,p { margin: 0.3em; }
.sticky-header {
position: sticky;
top: 0.3em;
z-index: 3;
padding: 0.3em;
}
.sticky-subheader {
position: sticky;
top: 2em;
z-index: 2;
padding: 0.4em;
}
.solid-background {
display: inline-block;
background: #ddd;
padding: 0.4em;
}
.code {
font-weight: bold;
background-color: #ccc;
}
pre {font-size: 1em;}
@media (prefers-color-scheme: dark) {
html{background: #111;
color: #bbb;
}
.solid-background {
background: #111
}
.code {
background-color: #333;
}
a {
color: #68f;
}
a:visited {
color: #d7f;
}
}
/**/
</style>
</head>
<body><h2>HI!</h2>
<p>Not much here, i made <a href="./rust_history.html">an easier-to-read version of the Rust release notes</a>.
<p>