From 66d192f6df25c3829aeba61327cf893d74779691 Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 14:06:15 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/src/css/style.css b/html/src/css/style.css index f6c1b62f..02f69c60 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -23,8 +23,7 @@ body { main { font-family: Helvetica, Arial, sans-serif; - background: var(--article-background); - color: var(--article-text); + background: var(--background); width: 100%; margin: 0; min-height: 100em; @@ -111,7 +110,8 @@ a { } .article { - background-color: var(--dark-background); + background-color: var(--article-background); + color: var(--article-text); border-radius: 10px; }