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";
82 h2
, h3
, a
{ color: #00f }
83 [data-title
="/index.html"] {
84 .h2:nth-of-type(n+2):nth-of-type(-n+4) {
85 h2
, h3
, a
{ color: #EE0700 }
88 .h2:nth-of-type(n+5):nth-of-type(-n+6) {
89 h2
, h3
, a
{ color: #398557 }
92 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
93 h2
, h3
, a
{ color: #6A5ACD }
97 h2
, h3
, a
{ color: #A76905 }
100 .h2:nth-of-type(11) {
101 h2
, h3
, a
{ color: #1D76DB }
104 .h2:nth-of-type(n+12):nth-of-type(-n+16) {
105 h2
, h3
, a
{ color: #D505C6 }
108 .h2:nth-of-type(17) {
109 h2
, h3
, a
{ color: #6A788A }
114 display: inline-block
;
120 font-size: min
(7.5rem, 17vw);
122 letter-spacing: -0.2em;
126 background: repeating-linear-gradient
(
133 background-clip: text
;
135 display: inline-block
;
136 padding-right: 0.2em;
137 text-decoration: none
;
138 -webkit-text-stroke: 1px #000;
142 background-color: #000;
143 border: 1px solid
#000;
144 display: inline-block
;
149 @media (prefers-color-scheme: dark
) {
155 background-color: #fff;
156 border: 1px solid
#fff;
158 h2
, h3
, a
{ color: #5dc1fd }
159 [data-title
="/index.html"] .h2:nth-of-type
(n
+7):nth-of-type
(-n
+9) {
160 h2
, h3
, a
{ color: #675CFB }
162 pre
{ background-color: #222 }
164 -webkit-text-stroke: 1px #fff;