diff --git a/default.css b/default.css index 1c25de4..9b25505 100644 --- a/default.css +++ b/default.css @@ -1,7 +1,7 @@ /* - * base text: #06CDFF - * important text: #8200FF - * background: #03001C + * text / border: #8c7862 + * foreground: #89bea6 + * background: #61937c */ @@ -10,7 +10,7 @@ body { font-optical-sizing: auto; font-weight: 400; color: #8c7862; - background: #89bea6; + background: #61937c; 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: #61937c; + background: #89bea6; border: 4px solid #8c7862; } @@ -64,7 +64,7 @@ nav ul { display: inline-block; width: 60rem; vertical-align: bottom; - border: solid 4px #d79921; + border: solid 4px #8c7862; } .stats { @@ -80,7 +80,7 @@ h1 { } h2 { - border: solid 2px #d79921; + border: solid 2px #8c7862; margin: auto; padding: 8px; text-align: center; @@ -154,5 +154,5 @@ a:visited { #pong { margin: 6px; - background: #03001C; + background: #61937c; }