From 9a3b5586a6985e449ce1c278b51dfccc4d5923a4 Mon Sep 17 00:00:00 2001 From: ucrhh Date: Fri, 12 Mar 2021 10:37:19 +0100 Subject: [PATCH] make help icon white --- frontend/styles/view/main/upper-bar.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/styles/view/main/upper-bar.css b/frontend/styles/view/main/upper-bar.css index 57a83b6..3aca493 100644 --- a/frontend/styles/view/main/upper-bar.css +++ b/frontend/styles/view/main/upper-bar.css @@ -31,3 +31,7 @@ flex-grow: 1; justify-content: end; } + +#helpIcon { + color: white; +}