move color footer

This commit is contained in:
semblanceofsense 2025-02-23 18:47:01 -07:00
parent be22f03259
commit 1333a5efdc

View File

@ -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; } body > article { background-color: #ffe6cc; border: 2px solid #ac8760; border-radius: 25px; }
/* footer */ /* footer */
footer { margin: 5px; color: #54402c; } footer { margin: 5px; }
footer a { color: #54402c }