Skip to content

Commit b23cf2a

Browse files
committed
More link changes
1 parent 415d2bf commit b23cf2a

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

_sass/base/_typography.scss

Lines changed: 24 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -163,11 +163,14 @@ h6 {
163163
margin-block: 1rlh;
164164
}
165165

166-
small,
166+
small {
167+
font-size: 0.875em;
168+
}
169+
167170
sub,
168171
sup {
169172
// TOOD: Relace with contextual alternates.
170-
font-size: 0.875em;
173+
font-size: 0.75em;
171174
}
172175

173176
sub,
@@ -176,6 +179,14 @@ sup {
176179
line-height: 0;
177180
}
178181

182+
183+
sup {
184+
a {
185+
color: var(--text-secondary);
186+
text-decoration: none;
187+
}
188+
}
189+
179190
small,
180191
.small {
181192
font-size: var(--step--1);
@@ -413,4 +424,15 @@ button,
413424
.tag-title {
414425
color: var(--text-secondary);
415426
@include fontVariations($casl: 0, $crsv: 0);
427+
}
428+
429+
.footnotes {
430+
border-top: var(--border-thickness) solid var(--background-secondary);
431+
margin-block-start: 2lh;
432+
color: var(--text-secondary);
433+
}
434+
435+
a.reversefootnote {
436+
color: var(--accent-secondary);
437+
text-decoration: none;
416438
}

_sass/themes/_themes.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ header#masthead {
2828
p {
2929
a {
3030
font-weight: var(--font-weight-semibold);
31-
color: var(--accent);
31+
color: var(--text-emphasized);
3232

3333
&:hover {
3434
color: var(--accent);

about.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ layout: page
1212

1313
<img src="/uploads/matthew-profile-43.jpeg" width="1400" height="1050" alt="Photo of Matthew Bischoff looking at their phone waring a leather jacket in a park.">
1414

15-
**mb bischoff**{:.full-name} <small>(she/they)</small>[^1] is a designer & developer in New York City. They are a founder and partner at [Lickability](https://lickability.com), a software studio known for its [apps](https://lickability.com/products) and work for [clients](https://lickability.com/clients) like The Atlantic, Houseparty, and Meetup.
15+
**mb bischoff**{:.full-name} [^1] <small>(she/they)</small> is a designer & developer in New York City. They are a founder and partner at [Lickability](https://lickability.com), a software studio known for its [apps](https://lickability.com/products) and work for [clients](https://lickability.com/clients) like The Atlantic, Houseparty, and Meetup.
1616

1717
mb began blogging and podcasting in 2003 and got their start in tech as IT Director of [PodcastPeople](https://www.podcastpeople.com/) at age 13. After high school, they studied human-computer interaction at the [New Jersey Institute of Technology](https://www.njit.edu/), before [dropping out](https://matthewbischoff.com/don-t-go-to-college/) to join the mobile team at [The New York Times](https://www.nytimes.com/). They worked at [Tumblr](https://www.tumblr.com/) during its heyday, as an engineer, engineering manager, and product manager.
1818

0 commit comments

Comments
 (0)