From 5166777e406dd3b74fef2ac5848fedb04380139c Mon Sep 17 00:00:00 2001 From: texhno Date: Mon, 15 Jan 2024 20:35:29 +0100 Subject: [PATCH] Text color --- taskmanager/static/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/taskmanager/static/style.css b/taskmanager/static/style.css index 06aa829..9f7f80b 100644 --- a/taskmanager/static/style.css +++ b/taskmanager/static/style.css @@ -4,6 +4,7 @@ --header-background: #FFFFFF; --header-height: 3rem; --input-bar-height: 3rem; + color: #FFF; } body{