From f4341143d658b54efa23d736d988ec92f570e32c Mon Sep 17 00:00:00 2001 From: Never Date: Mon, 15 Dec 2025 22:40:40 +0100 Subject: [PATCH] change header and footer style --- public_html/eh/eh/eh/eh-eh/pandoc/style.css | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/public_html/eh/eh/eh/eh-eh/pandoc/style.css b/public_html/eh/eh/eh/eh-eh/pandoc/style.css index 5ee2311..8d7bbd2 100644 --- a/public_html/eh/eh/eh/eh-eh/pandoc/style.css +++ b/public_html/eh/eh/eh/eh-eh/pandoc/style.css @@ -21,6 +21,8 @@ html { color: var(--foreground); background: url("recursion.gif"); + background-repeat: repeat-y; + background-size: cover; font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif; } @@ -46,7 +48,8 @@ body { justify-content: space-between; text-align: left; border: 4pt ridge var(--border); - background-color: var(--html-background); + background: url("sand.png"); + background-size: 25%; } #page-header li { @@ -103,7 +106,9 @@ body { #page-footer { border: 4pt ridge var(--border); - background-color: var(--html-background); + background: url("sand.png"); + background-size: 25%; +; } /*