From 5ae4c59adfeb11942f60ce2ecbcb0a53bef5c40f Mon Sep 17 00:00:00 2001 From: Jan BELLON Date: Tue, 12 Mar 2024 12:55:56 +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 06681df2..900f1a2c 100644 --- a/html/src/css/style.css +++ b/html/src/css/style.css @@ -65,6 +65,10 @@ a { color: var(--text-color); } +.status { + color: rgb(102, 29, 29)00; +} + .content { width: 80%; margin: 0 auto;