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 {