From cb669ae425ed51a30d67e7fd618f263e9fe9756f Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 20:41:14 -0600 Subject: [PATCH] core: try another palette thats winter --- default.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/default.css b/default.css index e43295d..de26e00 100644 --- a/default.css +++ b/default.css @@ -1,8 +1,8 @@ /* - * base text: #343131 - * important text: #EEDF7A - * first background: #A04747 - * second background: #D8A25E + * base text: #006A67 + * important text: #FFF4B7 + * first background: #000B58 + * second background: #003161 */ /* * base text: #4F6D7A @@ -13,8 +13,8 @@ body { font-family: Arial, sans-serif; - color: #4F6D7A; - background: #E8DAB2; + color: #006A67; + background: #003161; line-height: 1.5; margin-inline: auto; margin: 0 auto; @@ -32,11 +32,11 @@ canvas { } .first { - background: #DD6E42; + background: #000B58; } .second { - background: #E8DAB2; + background: #003161; } #navigation { @@ -54,8 +54,8 @@ canvas { } .navItem { - color: #4F6D7A; - background-color: #C0D6DF; + color: #006A67; + background-color: #FFF4B7; margin: 6px; margin-top: 0px; padding: 8px; @@ -86,7 +86,7 @@ h1 { max-width: 650px; text-align: left; padding: 8px 1.5rem; - color: #C0D6DF; + color: #FFF4B7; } h2 {