drone build Sun Sep 20 18:46:44 PDT 2026

This commit is contained in:
2026-09-21 01:46:44 +00:00
parent 077db0e580
commit 3237335929
298 changed files with 4127 additions and 3643 deletions
+41 -21
View File
@@ -43,9 +43,9 @@
<style>#toc {
float: right;
margin: 1rem 0 1.5rem 1.5rem;
/* 23rem is the width of the words 'table of contents' in my header font */
/* yes, it's a bit hacky */
width: min(calc(100% - 1.5rem), 23rem);
/* 23rem is the width of the words 'table of contents' in my header font */
/* yes, it's a bit hacky */
}
@media (max-width: 850px) {
@@ -70,6 +70,7 @@
width: fit-content;
background: var(--color-bg);
border-radius: .5rem;
cursor: pointer;
}
#toc summary:focus-visible {
@@ -91,27 +92,46 @@
top: -1.25rem;
}
/* my baby my child my `tree` list styling */
#toc ol,
#toc li {
margin-block: .45rem 0;
margin-block: 0;
}
@media (max-width: 650px) {
#toc nav > ol {
margin-left: .5rem;
}
#toc ol {
margin-left: 0;
list-style: none;
}
/* basically we want to style this `ol` as a `ul` */
#toc ol > li {
list-style: disc;
#toc li {
border-left: .095rem solid var(--color-pink);
line-height: 1.2;
margin-left: 1.5rem;
}
#toc ol > li > ol > li {
list-style: circle;
#toc li::before {
content: '├─';
color: var(--color-pink);
position: relative;
left: -.34rem;
}
#toc ol > li > ol > li > ol > li {
list-style: square;
#toc li:last-child {
border-left-color: transparent;
}
#toc li:last-child::before {
/* Technically, we could use this content for all of them, but doing the full
bar for the non-last-childs keeps the border a *smidge* more consistent for
different levels of magnification */
content: '└─';
}
/* underlines are unnecessary in this context */
#toc a {
text-decoration: none;
color: var(--color-blue);
font-weight: bold;
}
.post-metadata {
display: flex;
@@ -2154,29 +2174,29 @@ switch (currentThemeValue) {
</li>
<li class="post">
<a class="postlink" href="/x-acto-knife-sheath/">
<h2 data-ha-exclude="">x-acto knife sheath </h2>
<a class="postlink" href="/swoop-wallet/">
<h2 data-ha-exclude="">swoop wallet </h2>
<ul class="postlist-tags">
<li>leather</li>
</ul>
<img src="/img/knife-sheaths.jpg" alt="Several blades with leather sheaths, and a few extra sheaths. There&#39;s a #2 blade with an orange sheath with yellow stitching, a #11 blade with a blue sheath with light grey stitching, and a skiving knife with a plum sheath and pink stitching." loading="lazy" decoding="async" width="1000" height="750">
<img src="/img/swoop-wallet.jpg" alt="A collage showing 3 pictures of a red and brown leather card wallet. The red pocket separator folds around to the back to become a fetching curlicue." loading="lazy" decoding="async" width="900" height="1200">
</a>
</li>
<li class="post">
<a class="postlink" href="/zipper-bifold-green/">
<h2 data-ha-exclude="">zipper bifold (green) </h2>
<a class="postlink" href="/leather-lighter-case/">
<h2 data-ha-exclude="">leather lighter case </h2>
<ul class="postlist-tags">
<li>leather</li>
</ul>
<img src="/img/zipper-bifold-green.jpg" alt="A collage showing a green leather wallet with a zippered pocket built into one external side." loading="lazy" decoding="async" width="1000" height="1332">
<img src="/img/leather-lighter-case.jpg" alt="A bic lighter wrapped in leather and hand-stitched up one side." loading="lazy" decoding="async" width="1000" height="750">
</a>
</li>
@@ -2233,6 +2253,6 @@ switch (currentThemeValue) {
</footer>
<!-- This page `/leatherworking-favorites/` was built on 2026-09-20T22:13:39.370Z -->
<!-- This page `/leatherworking-favorites/` was built on 2026-09-21T01:46:30.893Z -->
</body>
</html>