aboutsummaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2022-08-31 03:48:02 -0400
committerThedro Neely <thedroneely@gmail.com>2022-08-31 03:48:02 -0400
commit30e9489b68540678ffeda38773e41429a0bb16f5 (patch)
treeaccf9680a12f00541a1aa6ef60d22f4a3c89fd06 /public
parent526026c3e9df262e14651e2d6160171f89f5f761 (diff)
downloadthedroneely.com-30e9489b68540678ffeda38773e41429a0bb16f5.tar.gz
thedroneely.com-30e9489b68540678ffeda38773e41429a0bb16f5.tar.bz2
thedroneely.com-30e9489b68540678ffeda38773e41429a0bb16f5.zip
generators/hugo: Add references and make file
Diffstat (limited to 'public')
-rw-r--r--public/css/tdro.css9
1 files changed, 7 insertions, 2 deletions
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;
}