From 11d78d5e3d92fcfab7c3c51de5f183831310234f Mon Sep 17 00:00:00 2001 From: tdurieux Date: Thu, 25 Mar 2021 13:44:35 +0100 Subject: [PATCH] fix home color --- public/css/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/css/style.css b/public/css/style.css index 9380b96..4895052 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -75,6 +75,7 @@ body { rgba(51, 51, 51, 0.82), rgba(13, 17, 198, 0.69) 100% ); + color: white; } a:hover { text-decoration: none;