From a9c66c0c907391d93ea1ad5009226f63c3735afd Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Fri, 8 Mar 2024 17:10:47 +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 6549baa3..52931b52 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -145,6 +145,10 @@ a { } +.article.article-id { + +} + .article { background-color: var(--article-background); color: var(--article-text);