generated from webmural/sleep
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (36 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en-US">
<meta charset="utf-8">
<title>¡mag¡ne</title>
<meta name="viewport" content="width=device-width">
<meta name="theme-color" content="peachpuff">
<meta name="color-scheme" content="dark light">
<meta name="description" content="imagine mural">
<style media="(prefers-color-scheme: dark)">
::selection { background: hotpink; color: #111 }
:any-link { color: violet }
:root { background: #212; color: violet }
@media (prefers-contrast: more) {
:root { color: peachpuff }
}
</style>
<style media="(prefers-color-scheme: light)">
::selection { background: indigo; color: pink }
:any-link { color: indigo }
:root { background: violet; color: #212 }
@media (prefers-contrast: more) {
:root { background: peachpuff }
}
</style>
<link rel="stylesheet" href="imagine.css" media="all">
<link rel="help" href="https://webmural.com/code">
<link rel="icon" href="luna.svg">
<figure class="bold pad" aria-label="imagine">
<blockquote>
<data value="imagine">¡mag¡ne</data>
</blockquote>
<figcaption>
<a href="https://webmural.com">web<wbr>mural</a>
<a href="https://webmural.com/pg">lips</a>
</figcaption>
</figure>