css: adjust colors again

This commit is contained in:
2026-02-24 07:38:01 -06:00
parent afb6fec687
commit 692a5fd775
+4 -4
View File
@@ -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;
}