-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
80 lines (71 loc) · 2.61 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
<!DOCTYPE html>
<html lang="en" class="reef wrasse">
<meta charset="utf-8">
<title>reef 🫧 opensource coral reef color theme</title>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="aqua">
<meta name="color-scheme" content="dark light">
<meta name="description" content="underweb heaven">
<style>
html { font-size: max(3vw, 20px) }
body { padding: 1em }
</style>
<style media=(color)>
:focus {
outline: thick dotted;
box-shadow: 0 0 1ch 1ch deepskyblue;
}
:any-link:hover {
text-decoration-style: double;
}
html {
background-color: sandybrown;
transition: background-color 33ms;
}
h3 { all: unset }
nav * { display: table }
a { padding: .5ch; }
h1 a:first-child { text-decoration-style: wavy }
h1 a:last-child { text-decoration-style: dotted }
[href*="github"] { text-decoration-style: dashed }
</style>
<link rel="stylesheet" href="reef.css" media=(color)>
<link rel="help" href="https://s9a.page/porpoise">
<link rel="next" href="https://s9a.page/oracle">
<link rel="prev" href="https://s9a.page/sea">
<h1>
<a class="reef coral trine" href="">reef</a>
<a class="reef coral brine" href="https://s9a.page">🫧</a>
</h1>
<ul class="undertow clam">
<li><code class="reef wrasse">reef wrasse</code>
<li><code class="reef wrasse brine">brine</code>
<li><code class="reef wrasse trine">trine</code>
<li>
<code class="reef dream">dream reef</code>
<code class="reef dream brine">brine</code>
<code class="reef dream trine">trine</code>
<li>
<code class="reef coral"><b>coral</b> reef</code>
<code class="reef coral brine">brine</code>
<code class="reef clam">reef clam</code>
</ul>
<ul class="undertow">
<li><code class="reef wrasse">reef wrasse</code>
<li><code class="reef wrasse brine">reef wrasse brine</code>
<li><code class="reef wrasse trine">reef wrasse trine</code>
<li><code class="reef dream">dream reef</code>
<li><code class="reef dream brine">dream reef brine</code>
<li><code class="reef dream trine">dream reef trine</code>
<li><code class="reef coral">coral reef</code>
<li><code class="reef coral brine">coral reef brine</code>
<li><code class="reef coral trine">coral reef trine</code>
<li><code class="reef clam">reef clam</code>
</ul>
<nav>
<h3><a class="reef coral trine" href="https://s9a.page/jellyfish">sustain</a></h3>
<a class="reef dream" href="https://s9a.page/sea">sea</a>
<a class="reef coral" href="https://porpoise.page">porpoise</a>
<a class="reef coral brine" href="https://octopus.boo">octopus</a>
<a class="tide dream" href="https://github.com/s9a/reef">github</a>
</nav>