From 1c14997b859001cb86b2f8912c4141948528a973 Mon Sep 17 00:00:00 2001 From: heimoshuiyu Date: Tue, 14 Dec 2021 10:41:21 +0800 Subject: [PATCH] Change: title text to white --- web/src/App.css | 1 + 1 file changed, 1 insertion(+) diff --git a/web/src/App.css b/web/src/App.css index 5169e17..893221c 100644 --- a/web/src/App.css +++ b/web/src/App.css @@ -21,6 +21,7 @@ body { display: flex; align-items: center; justify-content: space-between; + color: white; } .title-text { margin-left: 1em;