redesign website with adjusted and formatting #24

Merged
trianta merged 8 commits from design into main 2026-02-24 08:52:55 -06:00
Showing only changes of commit 692a5fd775 - Show all commits
+4 -4
View File
@@ -1,7 +1,7 @@
/* /*
* text / border: #8c7862 * text / border: #8c7862
* foreground: #89bea6 * foreground: #fbf1c7
* background: #61937c * background: #89bea6
*/ */
@@ -10,7 +10,7 @@ body {
font-optical-sizing: auto; font-optical-sizing: auto;
font-weight: 400; font-weight: 400;
color: #8c7862; color: #8c7862;
background: #61937c; background: #89bea6;
line-height: 1.5; line-height: 1.5;
margin-inline: auto; margin-inline: auto;
margin: 0 auto; margin: 0 auto;
@@ -20,7 +20,7 @@ body {
max-width: 60rem; max-width: 60rem;
margin: 0 auto; margin: 0 auto;
padding: 2rem 1.5rem; padding: 2rem 1.5rem;
background: #89bea6; background: #fbf1c7;
border: 4px solid #8c7862; border: 4px solid #8c7862;
} }