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
[role
="img"] { display: none
}
75 blockquote
, p
, article
> div
{
79 border-left: 4px solid
#ccc;
84 font-family: "Avenir Next";
93 h2
, h3
, a
{ color: #00f }
94 [data-title
="/index.html"] {
95 .h2:nth-of-type(n+2):nth-of-type(-n+4) {
96 h2
, h3
, a
{ color: #EE0700 }
99 .h2:nth-of-type(n+5):nth-of-type(-n+6) {
100 h2
, h3
, a
{ color: #398557 }
103 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
104 h2
, h3
, a
{ color: #6A5ACD }
107 .h2:nth-of-type(10) {
108 h2
, h3
, a
{ color: #A76905 }
111 .h2:nth-of-type(11) {
112 h2
, h3
, a
{ color: #1D76DB }
115 .h2:nth-of-type(n+12):nth-of-type(-n+16) {
116 h2
, h3
, a
{ color: #D505C6 }
119 .h2:nth-of-type(17) {
120 h2
, h3
, a
{ color: #6A788A }
125 display: inline-block
;
131 font-size: min
(7.5rem, 17vw);
133 letter-spacing: -0.2em;
137 background: repeating-linear-gradient
(
144 background-clip: text
;
146 display: inline-block
;
147 padding-right: 0.2em;
148 text-decoration: none
;
149 -webkit-text-stroke: 1px #000;
153 background-color: #000;
154 border: 1px solid
#000;
155 display: inline-block
;
160 @media (prefers-color-scheme: dark
) {
166 background-color: #fff;
167 border: 1px solid
#fff;
169 h2
, h3
, a
{ color: #5dc1fd }
170 [data-title
="/index.html"] .h2:nth-of-type
(n
+7):nth-of-type
(-n
+9) {
171 h2
, h3
, a
{ color: #675CFB }
173 pre
{ background-color: #222 }
175 -webkit-text-stroke: 1px #fff;