From 30e9489b68540678ffeda38773e41429a0bb16f5 Mon Sep 17 00:00:00 2001 From: Thedro Neely Date: Wed, 31 Aug 2022 03:48:02 -0400 Subject: generators/hugo: Add references and make file --- public/css/tdro.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'public') diff --git a/public/css/tdro.css b/public/css/tdro.css index 8d69584..6efb2a0 100644 --- a/public/css/tdro.css +++ b/public/css/tdro.css @@ -635,6 +635,7 @@ article-list, taxonomy-list, article-on-web, article-comments, +article-references, article-subsection, article-meta-bottom, article-archive-list, @@ -654,6 +655,7 @@ article-more-content { taxonomy-list, article-on-web, article-comments, + article-references, article-subsection, article-meta-bottom, article-archive-list, @@ -666,6 +668,7 @@ article-more-content { taxonomy-list h2, article-on-web h2, article-comments h2, +article-references h2, article-more-content h2, taxonomy-archive-list h2 { font-size: 1.25rem; @@ -811,9 +814,11 @@ article-archive-link a svg { vertical-align: bottom; } +article-on-web, +article-comments, +article-references, article-meta-bottom, -article-more-content, -article-on-web { +article-more-content { padding: 2.5rem 1.5rem; } -- cgit v1.2.3