From 8de2d794d821d49f85e48e55b94d9f4c4e0f43ea Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 23 Feb 2025 18:44:05 -0700 Subject: [PATCH] change footer color --- _werc/pub/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index b6dada5..6d92988 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -25,4 +25,4 @@ body > nav { background-color: #ffe6cc; margin-right: 25px; border: 2px solid #a body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; } /* footer */ -footer { margin: 5px } +footer { margin: 5px; color: #ac8760; }