From be22f03259e4116b58ee6b8cb82da7db0f68c90c Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 23 Feb 2025 18:45:10 -0700 Subject: [PATCH] rechange 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 6d92988..8b1c782 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; color: #ac8760; } +footer { margin: 5px; color: #54402c; }