From b2ade968644135e20e8a331122299784516aff2e Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Fri, 5 Jun 2020 10:28:12 -0400 Subject: [PATCH] Add MKBHD video link --- site/css/main.scss | 17 ++++++++++------- site/posts/2020-06-05-algorithmic-bias.md | 2 +- 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/site/css/main.scss b/site/css/main.scss index a238302..3314a76 100644 --- a/site/css/main.scss +++ b/site/css/main.scss @@ -110,14 +110,17 @@ article { // Markdown decorations @media screen and (min-width: 768px) { - a::before { content: "["; } - a::after { content: "](" attr(data-link) ")"; word-wrap: break-word; } - a::before, a::after { - color: var(--secondary-ui-text-color); - font-family: $monospace; - font-size: 0.75em; + a[data-link] { + text-decoration: none; + &::before { content: "["; } + &::after { content: "](" attr(data-link) ")"; word-wrap: break-word; } + &::before, &::after { + color: var(--secondary-ui-text-color); + font-family: $monospace; + font-size: 0.75em; + } } - a { text-decoration: none; } + a:not([data-link]) { text-decoration: underline; } sup.footnote-ref > a::before, sup.footnote-ref > a::after, a.footnote-backref::before, a.footnote-backref::after { diff --git a/site/posts/2020-06-05-algorithmic-bias.md b/site/posts/2020-06-05-algorithmic-bias.md index ffb34d2..20098a8 100644 --- a/site/posts/2020-06-05-algorithmic-bias.md +++ b/site/posts/2020-06-05-algorithmic-bias.md @@ -11,7 +11,7 @@ This is what algorithmic bias looks like. **Algorithms are not neutral.**[^1]
YouTube thumbnail of an MKBHD video -
A screenshot of the thumbnail for a YouTube video from MKBHD titled "Reflecting on the Color of My Skin".
+
A screenshot of the thumbnail for a YouTube video from MKBHD titled "Reflecting on the Color of My Skin".
[^1]: "Algorithm" is a word here used not in the purely computer science sense, but to mean a element of software which operates in a black box, often with a machine learning component, with little or no human supervision, input, or control.