From 68e154859636a0915b315080368168fbb3b6da6d Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 14:09:30 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index 02f69c60..2c5b6d68 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -1,8 +1,8 @@ :root { - --text: #e9e9e9; - --background: hsl(0, 0%, 15%); - --dark-background: hsl(0, 0%, 10%); - --darker-background: hsl(0, 0%, 5%); + --text: #373737; + --background: hsl(0, 0%, 100%); + --dark-background: hsl(0, 0%, 100%); + --darker-background: hsl(0, 0%, 100%); --article-background: hsl(0, 0%, 100%); --article-text: hsl(0, 0%, 0%); }