5 html
{ scroll-behavior: smooth
}
8 font-family: "Hoefler Text", "Times New Roman", serif
;
9 font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
11 letter-spacing: 0.02em;
14 @supports (-webkit-touch-callout: none
) {
17 font: -apple-system-body
;
18 font-family: "Hoefler Text", "Times New Roman", serif
;
19 font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
21 letter-spacing: 0.02em;
30 background-color: #e8e8e8;
33 .h2 { margin-top: 1em }
34 @media only screen and
(min-width: 500px) {
35 body
{ overflow-x: auto
}
39 .h2:not(:only-child) {
43 h2
{ max-width: 14.6em }
47 pre
{ max-width: 25em }
54 h2:empty
{display: none
}
58 p:not
(.a
) { column-span: all
}
59 p
{ break-after: column
}
60 p
.a
{ break-after: avoid
}
65 .a { margin: 0 0.3em }
67 background-color: #eee;
68 font-family: courier
, monospace
;
74 pre
[aria-label
="rbdr"] { display: none
}
75 blockquote
, p
, article
> div
{
79 border-left: 4px solid
#ccc;
83 ul
{ padding-left: 2em }
84 br
, p:empty
{ display: none
}
86 font-family: "Avenir Next", "Montserrat", "Segoe UI Variable Display", "Noto Sans", "Roboto", "Segoe UI", sans-serif
;
91 text-transform: lowercase
;
94 display: inline-block
;
99 h1
, h2
, h3
, a
{ color: #00f }
100 a
{ text-decoration: underline silver
}
101 a:hover
{ text-decoration: underline
#00f }
104 display: inline-block
;
109 header
{ position: relative
}
115 font-size: min
(7.5rem, 17vw);
117 letter-spacing: -0.2em;
121 background: repeating-linear-gradient
(
128 background-clip: text
;
130 display: inline-block
;
131 padding-right: 0.2em;
132 text-decoration: none
;
133 -webkit-text-stroke: 1px #000;
137 background-color: #000;
138 border: 1px solid
#000;
139 display: inline-block
;
144 @media (prefers-color-scheme: dark
) {
150 background-color: #fff;
151 border: 1px solid
#fff;
153 h1
, h2
, h3
, a
{ color: #5dc1fd }
154 a
{ text-decoration: underline dimgray
}
155 a:hover
{ text-decoration: underline
#5dc1fd }
156 pre
{ background-color: #222 }
158 -webkit-text-stroke: 1px #fff;