diff --git a/default.css b/default.css index 55b3b4d..e43295d 100644 --- a/default.css +++ b/default.css @@ -5,16 +5,16 @@ * second background: #D8A25E */ /* - * base text: #FAFAFA - * important text: #CB3737 - * first background: #EE6F57 - * second background: #E3E3E3 + * base text: #4F6D7A + * important text: #C0D6DF + * first background: #DD6E42 + * second background: #E8DAB2 */ body { font-family: Arial, sans-serif; - color: #343131; - background: #D8A25E; + color: #4F6D7A; + background: #E8DAB2; line-height: 1.5; margin-inline: auto; margin: 0 auto; @@ -32,11 +32,11 @@ canvas { } .first { - background: #A04747; + background: #DD6E42; } .second { - background: #D8A25E; + background: #E8DAB2; } #navigation { @@ -54,8 +54,8 @@ canvas { } .navItem { - color: #343131; - background-color: #EEDF7A; + color: #4F6D7A; + background-color: #C0D6DF; margin: 6px; margin-top: 0px; padding: 8px; @@ -86,7 +86,7 @@ h1 { max-width: 650px; text-align: left; padding: 8px 1.5rem; - color: #EEDF7A; + color: #C0D6DF; } h2 {