5 html
{ scroll-behavior: smooth
}
8 font: max
(1em, -apple-system-body
);
9 font-family: "Hoefler Text", "Times New Roman", serif
;
10 font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1;
12 letter-spacing: 0.02em;
20 background-color: #e8e8e8;
23 @media only screen and
(min-width: 500px) {
24 body
{ overflow-x: auto
}
28 .h2:not(:only-child) {
32 h2
{ max-width: 14.6em }
36 pre
{ max-width: 25em }
43 h2:empty
{display: none
}
47 p:not
(.a
) { column-span: all
}
48 p
{ break-after: column
}
49 p
.a
{ break-after: avoid
}
54 .a { margin: 0 0.3em }
56 background-color: #eee;
57 font-family: courier
, monospace
;
63 pre
[role
="img"] { display: none
}
64 blockquote
, p
, article
> div
{
68 border-left: 4px solid
#ccc;
73 font-family: "Avenir Next";
84 h2
, h3
, a
{ color: #00f }
86 .h2:nth-of-type(n+2):nth-of-type(-n+4) {
87 h2
, h3
, a
{ color: #EE0700 }
90 .h2:nth-of-type(n+5):nth-of-type(-n+6) {
91 h2
, h3
, a
{ color: #398557 }
94 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
95 h2
, h3
, a
{ color: #6A5ACD }
99 h2
, h3
, a
{ color: #A76905 }
102 .h2:nth-of-type(11) {
103 h2
, h3
, a
{ color: #1D76DB }
106 .h2:nth-of-type(n+12):nth-of-type(-n+16) {
107 h2
, h3
, a
{ color: #D505C6 }
110 .h2:nth-of-type(17) {
111 h2
, h3
, a
{ color: #6A788A }
115 display: inline-block
;
121 font-size: min
(7.5rem, 17vw);
123 letter-spacing: -0.2em;
127 background: repeating-linear-gradient
(
134 background-clip: text
;
136 display: inline-block
;
137 padding-right: 0.2em;
138 text-decoration: none
;
139 -webkit-text-stroke: 1px #000;
143 background-color: #000;
144 border: 1px solid
#000;
145 display: inline-block
;
150 @media (prefers-color-scheme: dark
) {
156 background-color: #fff;
157 border: 1px solid
#fff;
160 h2
, h3
, a
{ color: #5dc1fd }
163 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
164 h2
, h3
, a
{ color: #675CFB }
166 pre
{ background-color: #222 }
168 -webkit-text-stroke: 1px #fff;