3 box-sizing: border-box;
8 font-family: "League Spartan";
9 src: url(/design/fonts/raleway/LeagueSpartan-VF.woff);
16 flex-direction: column;
18 padding: 5vh clamp(1rem, 5vw, 3rem) 1rem;
19 font-family: "League Spartan", sans-serif;
26 --layout-spacing: 4em;
28 width: min(100%, var(--max-width));
43 text-decoration: none;
53 vertical-align: bottom;
60 nav [aria-current="page"] {
65 margin-top: var(--layout-spacing);
70 padding-top: var(--layout-spacing);
74 border-top: 1px solid #ccc;
93 text-decoration: none;
97 article > h1 + .updated {
122 margin: 0 !important;
125 :is(h2, h3):not(:first-child) {
131 text-underline-offset: 0.08em;
135 outline: 1px solid currentColor;
136 outline-offset: 0.2em;
141 border-top: 1px solid #ccc;
142 padding-top: var(--layout-spacing);
148 aspect-ratio: 640 / 360;
152 margin: 0 auto 1rem !important;
158 aspect-ratio: 640 / 360;
161 /*@supports (aspect-ratio: 1) {
168 /* Supporting Content */
170 code:not([class*="language"]) {
171 font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
174 background-color: rgba(0, 0, 0, 0.1);
175 padding-right: 0.15em;
176 padding-left: 0.15em;
183 border-left: 3px solid rgba(0, 0, 0, 0.35);
184 background-color: rgba(0, 0, 0, 0.05);
185 border-radius: 0 0.25rem 0.25rem 0;
187 font-size: 0.8em !important;
193 border-left: 3px solid rgba(0, 0, 0, 0.35);
194 background-color: rgba(0, 0, 0, 0.05);
195 border-radius: 0 0.25rem 0.25rem 0;