From 1333a5efdc011fe52f51a6b9a86d26b5c6ce5674 Mon Sep 17 00:00:00 2001 From: semblanceofsense Date: Sun, 23 Feb 2025 18:47:01 -0700 Subject: [PATCH] move color footer --- _werc/pub/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/_werc/pub/style.css b/_werc/pub/style.css index 8b1c782..97887ca 100644 --- a/_werc/pub/style.css +++ b/_werc/pub/style.css @@ -25,4 +25,5 @@ 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: #54402c; } +footer { margin: 5px; } +footer a { color: #54402c }