3 box-sizing: border-box;
8 font-family: "League Spartan";
9 src: url(/design/fonts/raleway/LeagueSpartan-VF.woff);
17 flex-direction: column;
19 padding: 5vh clamp(1rem, 5vw, 3rem) 1rem;
20 font-family: "League Spartan", sans-serif;
27 --layout-spacing: 4em;
29 width: min(100%, var(--max-width));
40 text-decoration: none;
59 vertical-align: bottom;
66 nav [aria-current="page"] {
71 margin-top: var(--layout-spacing);
76 padding-top: var(--layout-spacing);
80 border-top: 1px solid #ccc;
99 text-decoration: none;
103 article > h1 + .updated {
128 margin: 0 !important;
131 :is(h2, h3):not(:first-child) {
137 text-underline-offset: 0.08em;
141 background-color: navy;
146 outline: 1px solid currentColor;
147 outline-offset: 0.2em;
152 border-top: 1px solid #ccc;
153 padding-top: var(--layout-spacing);
156 article img:not(a *) {
159 aspect-ratio: 640 / 360;
163 margin: 0 auto 1rem !important;
169 aspect-ratio: 640 / 360;
172 /*@supports (aspect-ratio: 1) {
179 /* Supporting Content */
181 code:not([class*="language"]) {
182 font-family: Consolas, Monaco, Andale Mono, Ubuntu Mono, monospace;
185 background-color: rgba(0, 0, 0, 0.1);
186 padding-right: 0.15em;
187 padding-left: 0.15em;
194 border-left: 3px solid rgba(0, 0, 0, 0.35);
195 background-color: rgba(0, 0, 0, 0.05);
196 border-radius: 0 0.25rem 0.25rem 0;
198 font-size: 0.8em !important;
204 border-left: 3px solid rgba(0, 0, 0, 0.35);
205 background-color: rgba(0, 0, 0, 0.05);
206 border-radius: 0 0.25rem 0.25rem 0;