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; }