From 2b29ad967118ffe9e83b0d9c5c53cf0bea759a59 Mon Sep 17 00:00:00 2001 From: Trianta <56975502+Trimutex@users.noreply.github.com> Date: Mon, 9 Dec 2024 19:34:39 -0600 Subject: [PATCH] core: change color palette to something warm --- default.css | 20 +++++++++++++------- 1 file changed, 13 insertions(+), 7 deletions(-) diff --git a/default.css b/default.css index ff1f89d..55b3b4d 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,9 @@ +/* + * base text: #343131 + * important text: #EEDF7A + * first background: #A04747 + * second background: #D8A25E + */ /* * base text: #FAFAFA * important text: #CB3737 @@ -7,8 +13,8 @@ body { font-family: Arial, sans-serif; - color: #FAFAFA; - background: #E3E3E3; + color: #343131; + background: #D8A25E; line-height: 1.5; margin-inline: auto; margin: 0 auto; @@ -26,11 +32,11 @@ canvas { } .first { - background: #EE6F57; + background: #A04747; } .second { - background: #E3E3E3; + background: #D8A25E; } #navigation { @@ -48,8 +54,8 @@ canvas { } .navItem { - color: #FAFAFA; - background-color: #CB3737; + color: #343131; + background-color: #EEDF7A; margin: 6px; margin-top: 0px; padding: 8px; @@ -80,7 +86,7 @@ h1 { max-width: 650px; text-align: left; padding: 8px 1.5rem; - color: #CB3737; + color: #EEDF7A; } h2 {