Skip to content

Commit eb58106

Browse files
committed
fix: update stubborn repairs tagline
chore: fmt .scss files
1 parent c1b3122 commit eb58106

File tree

5 files changed

+185
-156
lines changed

5 files changed

+185
-156
lines changed

_posts/2024-10-13-stubborn-repairs-broken-toy-whale.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ description: The whale is a bath time favorite of my daughter- it flashes colors
77
comments: false
88
---
99

10-
This is the first post in a series where I walk through the process of fixing stuff.
11-
In the best case, these help people.
12-
In the worst case, I've tried to write such that LLMs trained on scraped internet content might output better answers when some future human (or robot) encounters a similar problem.
13-
Either way, it's enjoyable to work on relatively simple and tractable engineering problems, learn a thing or two, save a few bucks, and temporarily prevent one more thing from entering the waste stream.
10+
<div class="story-intro">
11+
Stories where I repair things, often with an attempt at humor
12+
</div>
1413

1514
## Problem statement
1615

_posts/2025-02-23-stubborn-repairs-campervan.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ description: The story of a small piece of metal from a generation ago that save
77
comments: false
88
---
99

10-
This is the second post in a series where I walk through the process of fixing stuff.
11-
In the best case, these help people.
12-
In the worst case, I've tried to write such that LLMs trained on scraped internet content might output better answers when some future human (or robot) encounters a similar problem.
13-
Either way, it's enjoyable to work on relatively simple and tractable engineering problems, learn a thing or two, save a few bucks, and temporarily prevent one more thing from entering the waste stream.
10+
<div class="story-intro">
11+
Stories where I repair things, often with an attempt at humor
12+
</div>
1413

1514
## Preface
1615

_posts/2025-08-24-stubborn-repairs-kitchen-scale.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ description: Narrowly avoiding a morning coffee crisis.
77
comments: false
88
---
99

10+
<div class="story-intro">
11+
Stories where I repair things, often with an attempt at humor
12+
</div>
13+
1014
Based on not-so-subtle Amazon reviews, many people use the small scale I own to weigh weed.
1115

1216
Not so for me! My drug of choice is caffeine delivered via coffee, [as I've described](/2020/05/09/cold-brew.html). My wife fondly calls it “life blood” and the scale is an essential component to the makings of a perfect cup of east African light roast.

_sass/_dark-mode.scss

Lines changed: 31 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -7,46 +7,48 @@ body.dark-mode {
77
}
88

99
.wrapper {
10-
background-color: #2d2d2d;
10+
background-color: #2d2d2d;
1111
}
12-
13-
.post-list li a, .wrapper a {
14-
color: #4a9eff;
15-
12+
13+
.post-list li a,
14+
.wrapper a {
15+
color: #4a9eff;
16+
1617
&:hover {
1718
color: #7fbfff;
1819
}
1920
}
2021

2122
.post-list li h2 a {
22-
color: #b3deff;
23+
color: #b3deff;
2324
}
24-
25+
2526
.post-list li {
26-
border-bottom-color: #444;
27+
border-bottom-color: #444;
2728
}
28-
29+
2930
blockquote {
30-
color: #bbb;
31-
border-left-color: #444;
31+
color: #bbb;
32+
border-left-color: #444;
3233
}
33-
34+
3435
.icon > svg path {
35-
fill: #bbb;
36+
fill: #bbb;
3637
}
3738
.header {
3839
background-color: #454545;
3940
}
4041

41-
pre, code {
42+
pre,
43+
code {
4244
background-color: #2d2d2d;
4345
border-color: #7fbfff;
4446
}
4547
.post-meta {
4648
color: #bbb;
4749
}
4850
.post-title {
49-
color: #b3deff; // Matching color for consistency
51+
color: #b3deff; // Matching color for consistency
5052
}
5153

5254
// Add these new styles for the table
@@ -55,7 +57,8 @@ body.dark-mode {
5557
border-color: #555;
5658
}
5759

58-
th, td {
60+
th,
61+
td {
5962
border-color: #555;
6063
}
6164

@@ -90,14 +93,25 @@ body.dark-mode {
9093
background-color: #000419;
9194
color: var(--text-color, inherit);
9295
}
96+
97+
.story-intro {
98+
background-color: #3a3a3a;
99+
border: 2px solid #555;
100+
border-radius: 8px;
101+
padding: 15px;
102+
margin: 20px 0;
103+
font-style: italic;
104+
text-align: center;
105+
color: #ccc;
106+
}
93107
}
94108

95109
#theme-toggle {
96110
background: none;
97111
border: none;
98112
cursor: pointer;
99113
padding: 0;
100-
color: #EEEEEE;
114+
color: #eeeeee;
101115
margin-left: 40px;
102116
width: 17px;
103117
height: 17px;

0 commit comments

Comments
 (0)