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;
83 ul
{ padding-left: 2em }
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 [data-title
="/index.html"] {
101 .h2:nth-of-type(n+5):nth-of-type(-n+6) {
102 h2
, h3
, a
{ color: #EE0700 }
105 .h2:nth-of-type(n+7):nth-of-type(-n+9) {
106 h2
, h3
, a
{ color: #6A5ACD }
109 .h2:nth-of-type(10) {
110 h2
, h3
, a
{ color: #A76905 }
113 .h2:nth-of-type(11) {
114 h2
, h3
, a
{ color: #398557 }
117 .h2:nth-of-type(n+12):nth-of-type(-n+16) {
118 h2
, h3
, a
{ color: #D505C6 }
121 .h2:nth-of-type(17) {
122 h2
, h3
, a
{ color: #6A788A }
127 display: inline-block
;
132 header
{ position: relative
}
138 font-size: min
(7.5rem, 17vw);
140 letter-spacing: -0.2em;
144 background: repeating-linear-gradient
(
151 background-clip: text
;
153 display: inline-block
;
154 padding-right: 0.2em;
155 text-decoration: none
;
156 -webkit-text-stroke: 1px #000;
160 background-color: #000;
161 border: 1px solid
#000;
162 display: inline-block
;
167 @media (prefers-color-scheme: dark
) {
173 background-color: #fff;
174 border: 1px solid
#fff;
176 h1
, h2
, h3
, a
{ color: #5dc1fd }
177 [data-title
="/index.html"] .h2:nth-of-type
(n
+7):nth-of-type
(-n
+9) {
178 h2
, h3
, a
{ color: #675CFB }
180 pre
{ background-color: #222 }
182 -webkit-text-stroke: 1px #fff;