From 692a5fd775ff3051bb38e2b98a0ec02f7f1e9a94 Mon Sep 17 00:00:00 2001 From: trianta Date: Tue, 24 Feb 2026 07:38:01 -0600 Subject: [PATCH] css: adjust colors again --- default.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/default.css b/default.css index e98ae1e..6e10b72 100644 --- a/default.css +++ b/default.css @@ -1,7 +1,7 @@ /* * text / border: #8c7862 - * foreground: #89bea6 - * background: #61937c + * foreground: #fbf1c7 + * background: #89bea6 */ @@ -10,7 +10,7 @@ body { font-optical-sizing: auto; font-weight: 400; color: #8c7862; - background: #61937c; + background: #89bea6; line-height: 1.5; margin-inline: auto; margin: 0 auto; @@ -20,7 +20,7 @@ body { max-width: 60rem; margin: 0 auto; padding: 2rem 1.5rem; - background: #89bea6; + background: #fbf1c7; border: 4px solid #8c7862; }