diff --git a/src/posts/0019-utopia-tv-show/index.org b/src/posts/0019-utopia-tv-show/index.org index e71b2a5..1fd702c 100644 --- a/src/posts/0019-utopia-tv-show/index.org +++ b/src/posts/0019-utopia-tv-show/index.org @@ -23,7 +23,7 @@ #+html_head_extra: :root { --bg: #000; --fg: #ff0; --soft: #ff0; } #+html_head_extra: img,svg {filter: contrast(0.5)sepia(100%)hue-rotate(20deg)saturate(15) brightness(0.7) contrast(2); } #+html_head_extra: } -#+html_head_extra: body,h1,h2,h3 { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; } +#+html_head_extra: body,h1,h2,h3,.abstract { font-family: Helvetica Neue, Helvetica, sans-serif; font-weight: 200; } #+html_head_extra: h1 { font-size: 4em; font-variant: all-small-caps; font-weight: 400; letter-spacing: 0.1em; } #+html_head_extra: strong, b, i, emph, { color: var(--fg); } #+html_head_extra: a { text-decoration-color: var(--fg); }