From 9d0a45c93c9ff92424d7c20e91f63fa706b3bd3a Mon Sep 17 00:00:00 2001 From: Shraddha <ShraddhaRaghuram@student.tudelft.nl> Date: Mon, 23 Sep 2024 15:39:44 +0200 Subject: [PATCH] font color --- static/page.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/page.css b/static/page.css index 464e285..d9ffbd9 100644 --- a/static/page.css +++ b/static/page.css @@ -527,7 +527,7 @@ body{ font-style: normal; font-weight: 400; line-height: normal; - color: #C6EBE8; + color: black; } .roster-pagecontent{ width: 71%; -- GitLab