From 2235644846302c591cb8e851589b1c23928a7352 Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sun, 9 Jul 2023 13:56:09 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20(tps)=20change=20main=20color=20?= =?UTF-8?q?to=20a=20dark=20blue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- people-improvement.svg | 12 ++++++------ style.css | 6 ++++-- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/people-improvement.svg b/people-improvement.svg index 8968dc8..d4a2432 100644 --- a/people-improvement.svg +++ b/people-improvement.svg @@ -1,9 +1,9 @@ - - - - - - + + + + + + diff --git a/style.css b/style.css index d795dcc..adc6fe6 100644 --- a/style.css +++ b/style.css @@ -1,8 +1,9 @@ @import url("https://fonts.googleapis.com/css2?family=Noto+Serif&display=swap"); :root { - --background-color: #b2f1ad; - --background-color-no-focus: #f4f9f3; + --background-color: #002992; + --background-color-no-focus: #abbbdf; + --color: white; } * { @@ -25,6 +26,7 @@ main { justify-content: center; gap: 0; margin: 1rem 1rem 0; + color: var(--color); } ul {