From a01cf8200ffd326df41b0f60b2c1b3200ffdea4e Mon Sep 17 00:00:00 2001 From: desmukh Date: Tue, 27 Dec 2022 12:37:01 +0500 Subject: [PATCH] writing: tweak typography --- layouts/partials/essay-accordion.html | 2 +- layouts/partials/writing-head.html | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/layouts/partials/essay-accordion.html b/layouts/partials/essay-accordion.html index ba05f39..b7029df 100644 --- a/layouts/partials/essay-accordion.html +++ b/layouts/partials/essay-accordion.html @@ -13,7 +13,7 @@
{{ range where .essays "year" .year }} -

{{ .title }}, {{ .publication }}, {{ .date }}.

+

{{ .title }}, {{ .publication }}, {{ .date }}.

{{ end }}
\ No newline at end of file diff --git a/layouts/partials/writing-head.html b/layouts/partials/writing-head.html index a96a991..7670e7f 100644 --- a/layouts/partials/writing-head.html +++ b/layouts/partials/writing-head.html @@ -21,10 +21,13 @@ .acc-panel p{ padding-bottom: 8px; + font-weight: 400; + font-size: 18px; } .acc-panel a { color: #0C84DC; text-decoration: underline; + font-weight: 600; } #writing-page .thead {