From 29753d9cccca62718be75184cd9e0a676df1bed6 Mon Sep 17 00:00:00 2001 From: Nicholas Lamicela Date: Sat, 15 Mar 2025 19:05:27 -0700 Subject: [PATCH] text color --- site-static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/site-static/style.css b/site-static/style.css index 4208eca..539f936 100644 --- a/site-static/style.css +++ b/site-static/style.css @@ -11,6 +11,7 @@ main { .post { max-width: 40rem; background: #F0E0D6; + color: #800000; text-align: left; margin: 1rem auto; padding: 1rem;