Skip to content

Commit e37006e

Browse files
committed
make emphasis stand out more
1 parent 7e03a24 commit e37006e

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

assets/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,10 @@ small {
117117
font-size: 0.8em;
118118
}
119119

120+
em {
121+
color: #bc74ff;
122+
}
123+
120124
/* backlinks */
121125
.backlinks-title {
122126
margin-bottom: 0;

blog/2023/my-theory-of-technical-debt.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ What's left?
4646
1. Write code
4747
2. Get a code review
4848

49-
_Sound familiar?_
50-
51-
I bet it does.
49+
Sound familiar? I bet it does.
5250

5351
Skipping those steps is where technical debt comes from.
5452

0 commit comments

Comments
 (0)