From 8db97bb94ef310eaeb9a6f08097a98e6cb9749fc Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 07:32:37 +0000 Subject: [PATCH] Update file style.css --- html/src/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/html/src/css/style.css b/html/src/css/style.css index 9105e4cd..36845866 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -207,6 +207,10 @@ a { width: 1.5em; } +.article-auteur { + background-color: var(--banner-background); +} + .user-profile .bio { padding: 1em 0; }