From cb95ddd45c70abece3c39672b82d08a0823eeafb Mon Sep 17 00:00:00 2001
From: EuAndreh <eu@euandre.org>
Date: Thu, 17 Apr 2025 09:02:10 -0300
Subject: src/content/style.css: Adjust footer selectors for adoc(1) current
 inflexible HTML

---
 src/content/style.css | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/src/content/style.css b/src/content/style.css
index e3b79b5..4aab842 100644
--- a/src/content/style.css
+++ b/src/content/style.css
@@ -71,21 +71,25 @@ ul.no-style li {
 
 /* Footer */
 
-footer {
+body > footer {
   font-size: 14px;
-  margin-top: 30px;
   padding: 12px 0px 12px 0px;
 }
 
-footer li {
+body > footer li {
   list-style-type: none;
   margin-top: 10px;
 }
 
-footer li a {
+body > footer li a {
   margin-left: 5px;
 }
 
+.content-footer, .page-footer, #footnotes {
+  border-top: 0.5px solid #555;
+}
+
+
 
 /* Code blocks */
 
-- 
cgit v1.2.3