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
) { body
{ font: -apple-system-body
} }
20 background-color: #e8e8e8;
23 .h2 { margin-top: 1em }
24 @media only screen and
(min-width: 500px) {
25 body
{ overflow-x: auto
}
29 .h2:not(:only-child) {
33 h2
{ max-width: 14.6em }
37 pre
{ max-width: 25em }
44 h2:empty
{display: none
}
48 p:not
(.a
) { column-span: all
}
49 p
{ break-after: column
}
50 p
.a
{ break-after: avoid
}
55 .a { margin: 0 0.3em }
57 background-color: #eee;
58 font-family: courier
, monospace
;
64 pre
[role
="img"] { display: none
}
65 blockquote
, p
, article
> div
{
69 border-left: 4px solid
#ccc;
74 font-family: "Avenir Next";
83 h2
, h3
, a
{ color: #00f }
84 [data-title
="/index.html"] {
85 .h2:nth-of-type(n+2):nth-of-type(-n+4) {
86 h2
, h3
, a
{ color: #EE0700 }
89 .h2:nth-of-type(n+5):nth-of-type(-n+6) {
90 h2
, h3
, a
{ color: #398557 }
93 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
94 h2
, h3
, a
{ color: #6A5ACD }
98 h2
, h3
, a
{ color: #A76905 }
101 .h2:nth-of-type(11) {
102 h2
, h3
, a
{ color: #1D76DB }
105 .h2:nth-of-type(n+12):nth-of-type(-n+16) {
106 h2
, h3
, a
{ color: #D505C6 }
109 .h2:nth-of-type(17) {
110 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;
159 h2
, h3
, a
{ color: #5dc1fd }
160 [data-title
="/index.html"] .h2:nth-of-type
(n
+7):nth-of-type
(-n
+9) {
161 h2
, h3
, a
{ color: #675CFB }
163 pre
{ background-color: #222 }
165 -webkit-text-stroke: 1px #fff;